Method Negate
Negate(Decimal128)
Negates the specified x.
public static Decimal128 Negate(Decimal128 x)
Parameters
x
Decimal128The x.
Returns
- Decimal128
The result of multiplying the value by negative one.
Negates the specified x.
public static Decimal128 Negate(Decimal128 x)
x
Decimal128The x.
The result of multiplying the value by negative one.