Gets or sets the Aggregator for this NumericalVariable.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Aggregator As Aggregator |
| C# |
|---|
public Aggregator Aggregator { get; set; } |
| C++ |
|---|
public: Aggregator^ Aggregator { Aggregator^ get (); void set (Aggregator^ value); } |