[Android.Runtime.Register("intValue", "()I", "GetIntValueHandler")] public override intIntValue ()
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.