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#
public static bool IsMissing(
	T value
)

ParametersPermalink

value  T
The value to check.

Return ValuePermalink

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

See AlsoPermalink