All types
|
All members
RT.BigInteger
RT.BigInteger
Big
Int
Quotient
Remainder
Quotient
Remainder
(
quotient
,
remainder
)
Deconstruct
(
quotient
,
remainder
)
Quotient
Remainder
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Struct:
RT.BigInteger.
QuotientRemainder
Assembly:
RT.BigInteger, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Namespace:
RT.BigInteger
Show inherited types...
Inherits from:
System.ValueType
object
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
BigInt
Quotient
The quotient (result of the integer division).
BigInt
Remainder
The remainder (result of the modulo).