Single.INumberBase<Single>.IsCanonical(Single) Método

Definição

Determina se um valor está em sua representação canônica.

 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

Parâmetros

value
Single

O valor a ser verificado.

Retornos

true se value estiver em sua representação canônica; caso contrário, false.

Implementações

Aplica-se a