Java.Math.BigDecimal.LongValue Method
Returns this BigDecimal as an long value.

Syntax

[Android.Runtime.Register("longValue", "()J", "GetLongValueHandler")]
public override long LongValue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns this BigDecimal as an long value. Any fractional part is discarded. If the integral part of this is too big to be represented as an long, then this % 264 is returned.

[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