INumberBase<TSelf>.IsNaN(TSelf) Method

Definition

Determines if a value is NaN.

public:
 static bool IsNaN(TSelf value);
public static abstract bool IsNaN (TSelf value);
static member IsNaN : 'Self -> bool
Public Shared Function IsNaN (value As TSelf) As Boolean

Parameters

value
TSelf

The value to be checked.

Returns

true if value is NaN; otherwise, false.

Applies to