Single.INumberBase<Single>.IsZero(Single) Metod

Definition

Avgör om ett värde är noll.

 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

Parametrar

value
Single

Det värde som ska kontrolleras.

Returer

true om value är noll, annars false.

Implementeringar

Gäller för