Show / Hide Table of Contents

Operator UnaryNegation

| Improve this Doc View Source

UnaryNegation(_Decimal)

Negates the _Decimal operand.

Declaration
public static _Decimal operator -(_Decimal x)
Parameters
Type Name Description
_Decimal x

A _Decimal object.

Returns
Type Description
_Decimal

A _Decimal expression that contains the negated result.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest