NFloat.IsFinite(NFloat) Method

Definition

Determines whether the specified value is finite (zero, subnormal, or normal).

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

Parameters

value
NFloat

The floating-point value.

Returns

true if the value is finite (zero, subnormal or normal); false otherwise.

Implements

Applies to