Decimal64.IsNegativeInfinity(Decimal64) Method

Definition

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

Parameters

value
Decimal64

Returns

Implements

Applies to