Double.INumberBase<Double>.IsCanonical(Double) Metod

Definition

Avgör om ett värde finns i dess kanoniska representation.

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

Parametrar

value
Double

Det värde som ska kontrolleras.

Returer

true if value is in its canonical representation;wise, false.

Implementeringar

Gäller för