A TenneySoftware Class Library
Quotient Property
NamespacesTenneySoftware.ExtendedMathDivModQuotient
Gets the Qutient of DivMod.
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScript
public int Quotient { get; }
Public ReadOnly Property Quotient As Integer
Dim instance As DivMod
Dim value As Integer

value = instance.Quotient
public:
property int Quotient {
	int get ();
}
/** @property */
public int get_Quotient()
public function get Quotient () : int
function get_quotient();

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