| ConstValueDistributionTValue Property |
Gets or sets the single constant value.
Namespace: DigitalRune.Mathematics.StatisticsAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public T Value { get; set; }
Public Property Value As T
Get
Set
public:
property T Value {
T get ();
void set (T value);
}
member Value : 'T with get, set
Property Value
Type:
TThe single constant value. The default is 0.
See Also