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

Definición

Determina si un valor es cero.

 static bool System.Numerics.INumberBase<System.Single>.IsZero(float value) = System::Numerics::INumberBase<float>::IsZero;
static bool INumberBase<float>.IsZero (float value);
static member System.Numerics.INumberBase<System.Single>.IsZero : single -> bool
 Shared Function IsZero (value As Single) As Boolean Implements INumberBase(Of Single).IsZero

Parámetros

value
Single

Valor que se va a comprobar.

Devoluciones

true es si value es cero; de lo contrario, falsees .

Implementaciones

Se aplica a