Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Struct: RT.BigInteger.QuotientRemainder

Summary

Encapsulates the two-valued result of a division/modulo operation (BigInt.DivideModulo(BigInt)).

Constructors

QuotientRemainder(BigInt quotient, BigInt remainder)
Constructor.

Instance methods

void
Deconstruct(out BigInt quotient, out BigInt remainder)
Deconstructor.

Instance properties

BigIntThe quotient (result of the integer division).
BigIntThe remainder (result of the modulo).