Java.Math.BigDecimal.IntValue Method
Returns this BigDecimal as an int value.

Syntax

[Android.Runtime.Register("intValue", "()I", "GetIntValueHandler")]
public override int IntValue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns this BigDecimal as an int value. Any fractional part is discarded. If the integral part of this is too big to be represented as an int, then this % 232 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