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

Definición

Determina si un valor está en su representación 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

Valor que se va a comprobar.

Devoluciones

true es si value está en su representación canónica; de lo contrario, falsees .

Implementaciones

Se aplica a