Java.Math.BigDecimal.ValueOf Method
Returns a new BigDecimal instance whose value is equal to unscaledVal * 10-scale).

Syntax

[Android.Runtime.Register("valueOf", "(JI)Ljava/math/BigDecimal;", "")]
public static BigDecimal ValueOf (long unscaledVal, int scale)

Parameters

unscaledVal
Documentation for this section has not yet been entered.
scale
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a new BigDecimal instance whose value is equal to unscaledVal * 10-scale). The scale of the result is scale, and its unscaled value is unscaledVal.

[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