Gets or sets whether the vector may contain missing values
that require special handling in calculations.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool MayHaveMissingValues { get; set; }
Public Property MayHaveMissingValues As Boolean
Get
Set
public:
property bool MayHaveMissingValues {
bool get ();
void set (bool value);
}
member MayHaveMissingValues : bool with get, set
Property Value
Type:
Boolean
Reference