NFloat.INumberBase<NFloat>.IsCanonical(NFloat) Methode

Definition

Bestimmt, ob sich ein Wert in seiner kanonischen Darstellung befindet.

 static bool System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>.IsCanonical(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsCanonical;
static bool INumberBase<NFloat>.IsCanonical (System.Runtime.InteropServices.NFloat value);
static member System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>.IsCanonical : System.Runtime.InteropServices.NFloat -> bool
 Shared Function IsCanonical (value As NFloat) As Boolean Implements INumberBase(Of NFloat).IsCanonical

Parameter

value
NFloat

Der zu überprüfende Wert.

Gibt zurück

true , wenn value sich in seiner kanonischen Darstellung befindet, falseandernfalls .

Implementiert

Gilt für: