Java.Math.BigDecimal.ToEngineeringString Method
Returns a string representation of this BigDecimal.

Syntax

[Android.Runtime.Register("toEngineeringString", "()Ljava/lang/String;", "GetToEngineeringStringHandler")]
public virtual string ToEngineeringString ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a string representation of this BigDecimal. This representation always prints all significant digits of this value.

If the scale is negative or if scale - precision >= 6 then engineering notation is used. Engineering notation is similar to the scientific notation except that the exponent is made to be a multiple of 3 such that the integer part is >= 1 and

[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