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

Definitie

Bepaalt of een waarde nul is.

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

Parameters

value
Double

De waarde die moet worden gecontroleerd.

Retouren

trueals value nul is, anders. false

Implementeringen

Van toepassing op