System::Decimal::Negate method

Decimal::Negate method

Returns a new instance of Decimal class that represents a value that results from negation of the value represented by the specified object.

static Decimal System::Decimal::Negate(const Decimal &d)

See Also