Click or drag to resize

StatsSettingsIntegerMissingValue Property

Gets and sets the default missing value for integers.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static int IntegerMissingValue { get; set; }

Property Value

Int32
Remarks
The default is int.MinValue.
See Also