Half.IsNaN(Half) Method

Definition

Determines whether the specified value is not a number.

public:
 static bool IsNaN(Half value);
public:
 static bool IsNaN(Half value) = System::Numerics::INumberBase<Half>::IsNaN;
public static bool IsNaN (Half value);
static member IsNaN : Half -> bool
Public Shared Function IsNaN (value As Half) As Boolean

Parameters

value
Half

A Half floating-point number.

Returns

true if value evaluates to not a number NaN; otherwise false.

Implements

Applies to