Operations<T>.IsNaN Method

Returns whether a number is Not-a-Number.

Definition

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

Parameters

operand  T
 

Return Value

Boolean

See Also