Java.Math.BigDecimal.StripTrailingZeros Method
Returns a new BigDecimal instance with the same value as this but with a unscaled value where the trailing zeros have been removed.

Syntax

[Android.Runtime.Register("stripTrailingZeros", "()Ljava/math/BigDecimal;", "GetStripTrailingZerosHandler")]
public virtual BigDecimal StripTrailingZeros ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a new BigDecimal instance with the same value as this but with a unscaled value where the trailing zeros have been removed. If the unscaled value of this has n trailing zeros, then the scale and the precision of the result has been reduced by n.

[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