NFloat.IsNegativeInfinity(NFloat) Metod

Definition

Avgör om det angivna värdet är negativ oändlighet.

public:
 static bool IsNegativeInfinity(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsNegativeInfinity;
public static bool IsNegativeInfinity(System.Runtime.InteropServices.NFloat value);
static member IsNegativeInfinity : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsNegativeInfinity (value As NFloat) As Boolean

Parametrar

value
NFloat

Flyttalsvärdet.

Returer

true om värdet är negativ oändlighet; false Annars.

Implementeringar

Gäller för