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