A TenneySoftware Class Library
Dividend Property
NamespacesTenneySoftware.ExtendedMathDivModDividend
Gets the Dividend used in DivMod.
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScript
public double Dividend { get; }
Public ReadOnly Property Dividend As Double
Dim instance As DivMod
Dim value As Double

value = instance.Dividend
public:
property double Dividend {
	double get ();
}
/** @property */
public double get_Dividend()
public function get Dividend () : double
function get_dividend();

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