Gets and sets the value used to represent missing values in this column.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public Object MissingValue { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MissingValue As Object |
| Visual C++ |
|---|
public: virtual property Object^ MissingValue { Object^ get () sealed; void set (Object^ value) sealed; } |