Operations<T>.Is Missing Method
Returns whether a value represents a missing value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if value is the same as MissingValue; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static bool IsMissing(
T value
)
Parameters
- value T
- The value to check.
Return Value
Booleantrue if value is the same as MissingValue; otherwise false.