A structure for returning quotient and remainder from supplied integers.

C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript |
public struct DivMod
Public Structure DivMod
Dim instance As DivMod
public value class DivMod
public final class DivMod extends ValueType

All Members | Constructors | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | DivMod(Double, Double) |
Constructor for initializing DivMod with parameters.
|
![]() | Dividend |
Gets the Dividend used in DivMod.
|
![]() | Divisor |
Gets the Divisor used in DivMod.
|
![]() | Quotient |
Gets the Qutient of DivMod.
|
![]() | Remainder |
Gets the Remainder of DivMod.
|