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

Definitie

Bepaalt of een waarde een negatief oneindigheid is.

 static bool System.Numerics.INumberBase<System.Int64>.IsNegativeInfinity(long value) = System::Numerics::INumberBase<long>::IsNegativeInfinity;
static bool INumberBase<long>.IsNegativeInfinity(long value);
static member System.Numerics.INumberBase<System.Int64>.IsNegativeInfinity : int64 -> bool
 Shared Function IsNegativeInfinity (value As Long) As Boolean Implements INumberBase(Of Long).IsNegativeInfinity

Parameters

value
Int64

De waarde die moet worden gecontroleerd.

Retouren

trueals value een negatief oneindigheid is, anders. false

Implementeringen

Van toepassing op