divide


Description:

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

Parameters:

this

A Decimal64.

right

A Decimal64.

remainder

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

Returns:

The divided value of these decimals or null on error.