Decimal32.IsNegative(Decimal32) Method

Definition

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

Parameters

value
Decimal32

Returns

Implements

Applies to