divide


Description:

[ Version ( since = "19.0.0" ) ]
public Decimal32? divide (Decimal32 right, out Decimal32? remainder) throws Error

Parameters:

this

A Decimal32.

right

A Decimal32.

remainder

A return location for the remainder value of these decimals. The returned Decimal32 be unreferred with unref when no longer needed.

Returns:

The divided value of these decimals or null on error.