NFloat.IsFinite(NFloat) Metod

Definition

Avgör om det angivna värdet är begränsat (noll, subnormalt eller normalt).

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

Parametrar

value
NFloat

Flyttalsvärdet.

Returer

true om värdet är ändlig (noll, subnormalt eller normalt); false Annars.

Implementeringar

Gäller för