Operations<T>.IsMissing Method

Returns whether a value represents a missing value.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static bool IsMissing(
	T value
)

Parameters

value  T
The value to check.

Return Value

Boolean
true if value is the same as MissingValue; otherwise false.

See Also