NFloat.IsInfinity(NFloat) Method

Definition

Determines whether the specified value is infinite (positive or negative infinity).

public:
 static bool IsInfinity(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsInfinity;
public static bool IsInfinity (System.Runtime.InteropServices.NFloat value);
static member IsInfinity : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsInfinity (value As NFloat) As Boolean

Parameters

value
NFloat

The floating-point value.

Returns

true if the value is infinite (positive or negative infinity); false otherwise.

Implements

Applies to