A TenneySoftware Class Library
DivMod Structure
NamespacesTenneySoftware.ExtendedMathDivMod
A structure for returning quotient and remainder from supplied integers.
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScript
public struct DivMod
Public Structure DivMod
Dim instance As DivMod
public value class DivMod
public final class DivMod extends ValueType
JScript supports the use of structures, but not the declaration of new ones.
Members
All MembersConstructorsProperties



IconMemberDescription
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.

Assembly: TenneySoftware (Module: TenneySoftware) Version: 0.0.3067.16853 (0.1.0.0)