[ROOT] / doc / DocFrag / ARCQuery.CompoundKey.QuantileKey
Key | Value |
---|---|
Assembly | ARCQuery |
DocFragType | ClassMember |
IsInherited | -False- |
IsInheritedDoc | -False- |
Lines | -8- |
Name | QuantileKey |
Namespace | ARCQuery |
Type | CompoundKey |
ClassMemberAttribute
Key | Value |
---|---|
DeclaringType | CompoundKey |
MethodName | QuantileKey |
MethodSignature | ARCQuery.QuantileKey QuantileKey |
Eventual final QuantileKey at end of compound key.
Example: For 'Customer', DateOfBirth.Year().QUARTILE.
Example: For 'Order', Sum.TERTILE.
Note that this is not evaluated through CompoundKey.TryGetP (in contrast to FunctionKeys), instead QuantileKey.TryGetP is called with a compound key parameter.(This is done in ARCQuery.Extensions.TryGetP).
TODO: Introduce into constructor in order to make this class immutable.
Generated 2025-02-20 19:49:45.731 UTC