[This is preliminary documentation and is subject to change.]
This struct represents the multi-value data class which contains
values for each type of aggregate function used in ViewClass definitions.
| C# |
public struct AggregateFunction : IMultiValue
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| AggregateFunction(Int32) | Creates a new AggregateFunction from an integer value. | |
| _undefined_ | This is the default AggregateFunction value. | |
| Count | This is the value for count. | |
| Deviation | This is the value for deviation. | |
| Equals(Object) | Performs an equality comparison with another object. (Overrides ValueType.Equals(Object).) | |
| ExplicitNarrowingExplicitExplicitExplicit(AggregateFunction to String) | Explicit conversion from AggregateFunction to string. | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() | Creates a hash code for the AggregateFunction. (Overrides ValueType.GetHashCode()()()().) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ImplicitWideningImplicitImplicitImplicit(AggregateFunction to Int32) | Implicit conversion from AggregateFunction to int. | |
| ImplicitWideningImplicitImplicitImplicit(Int32 to AggregateFunction) | Implicit conversion from int to AggregateFunction. | |
| ImplicitWideningImplicitImplicitImplicit(String to AggregateFunction) | Implicit conversion from string to AggregateFunction. | |
| IsCombinable | Indicates whether AggregateFunction values can be combined. | |
| Maximum | This is the value for maximum. | |
| Mean | This is the value for mean. | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Minimum | This is the value for minimum. | |
| ordinal | Contains the value of the AggregateFunction. | |
| Ordinal | Gets the integer ordinal value of this AggregateFunction. | |
| Parse(String) | Parses a string containing a textual representation of an AggregateFunction. | |
| sourcePairs | This array contains one source pair for each AggregateFunction value. | |
| SourcePairs | Gets the array of ISourcePairs holding ordinal and text values. | |
| Sum | This is the value for sum. | |
| TopValue | This is the value for the top value. | |
| ToString()()()() | Creates a textual representation of the AggregateFunction. (Overrides ValueType.ToString()()()().) | |
| Variance | This is the value for variance. |