'Declaration
Overloads Public Operator Narrowing CType( _ ByVal value As BigDecimal _ ) As System.Integer
public System.int operator explicit( BigDecimal value )
Parameters
- value
- The BigDecimal to cast
Return Value
The BigDecimal represented as a System.Int32