Int32.INumberBase<Int32>.IsNegativeInfinity(Int32) Methode

Definitie

Bepaalt of een waarde een negatief oneindigheid is.

 static bool System.Numerics.INumberBase<System.Int32>.IsNegativeInfinity(int value) = System::Numerics::INumberBase<int>::IsNegativeInfinity;
static bool INumberBase<int>.IsNegativeInfinity(int value);
static member System.Numerics.INumberBase<System.Int32>.IsNegativeInfinity : int -> bool
 Shared Function IsNegativeInfinity (value As Integer) As Boolean Implements INumberBase(Of Integer).IsNegativeInfinity

Parameters

value
Int32

De waarde die moet worden gecontroleerd.

Retouren

trueals value een negatief oneindigheid is, anders. false

Implementeringen

Van toepassing op