Decimal32.Sign(Decimal32) Method

Definition

public:
 static int Sign(System::Numerics::Decimal32 value) = System::Numerics::INumber<System::Numerics::Decimal32>::Sign;
public static int Sign(System.Numerics.Decimal32 value);
static member Sign : System.Numerics.Decimal32 -> int
Public Shared Function Sign (value As Decimal32) As Integer

Parameters

value
Decimal32

Returns

Implements

Applies to