Gets or sets the value that is used to represent missing values.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public T MissingValue { get; set; }
Public Property MissingValue As T
Get
Set
public:
property T MissingValue {
T get ();
void set (T value);
}
member MissingValue : 'T with get, set
Property Value
Type:
T
Reference