Java.Math.BigDecimal.Negate Method
Returns a new BigDecimal whose value is the -this.

Syntax

[Android.Runtime.Register("negate", "()Ljava/math/BigDecimal;", "GetNegateHandler")]
public virtual BigDecimal Negate ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a new BigDecimal whose value is the -this. The scale of the result is the same as the scale of this.

[Android Documentation]

Requirements

Namespace: Java.Math
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1