BigDecimal.LongValue Method

Definition

Converts this BigDecimal to a long.

[Android.Runtime.Register("longValue", "()J", "GetLongValueHandler")]
public override long LongValue ();
[<Android.Runtime.Register("longValue", "()J", "GetLongValueHandler")>]
override this.LongValue : unit -> int64

Returns

Int64

this BigDecimal converted to a long.

Attributes

Remarks

Java documentation for java.math.BigDecimal.longValue().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to