Single.INumberBase<Single>.IsCanonical(Single) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Avgör om ett värde finns i dess kanoniska representation.
static bool System.Numerics.INumberBase<System.Single>.IsCanonical(float value) = System::Numerics::INumberBase<float>::IsCanonical;
static bool INumberBase<float>.IsCanonical(float value);
static member System.Numerics.INumberBase<System.Single>.IsCanonical : single -> bool
Shared Function IsCanonical (value As Single) As Boolean Implements INumberBase(Of Single).IsCanonical
Parametrar
- value
- Single
Det värde som ska kontrolleras.
Returer
true if value is in its canonical representation;wise, false.