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

Definitie

Bepaalt of een waarde nul is.

 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

Parameters

value
Single

De waarde die moet worden gecontroleerd.

Retouren

trueals value nul is, anders. false

Implementeringen

Van toepassing op