xtd 0.2.0
Loading...
Searching...
No Matches

◆ div_rem() [1/2]

static int32 xtd::math::div_rem ( int32  dividend,
int32  divisor,
int32 remainder 
)
static

Calculates the quotient of two 32-bit signed integers and also returns the remainder in an output parameter.

Parameters
dividendThe dividend.
divisorThe divisor.
remainderAn angle, measured in radians.
Returns
The remainder.