Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc
Interval<T> Structure
Interval<T> Methods
Abs Method
Add Method
Clone Method
Combine Method
CompareTo Method
Contains Method
Divide Method
Equals Method
From Method
FromExact Method
GetHashCode Method
GetInflatedBounds Method
IsDisjoint Method
Maxx Method
Multiply Method
Sqrt Method
Subtract Method
ToString Method
TryParse Method
Interval
T
Divide Method
Divides two intervals and returns the quotient.
Namespace:
Altaxo.Calc
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
public
static
Interval
<T>
Divide
(
Interval
<T>
dividend
,
Interval
<T>
divisor
)
Parameters
dividend
Interval
T
The dividend.
divisor
Interval
T
The divisor.
Return Value
Interval
T
The quotient.
Exceptions
Exception
Condition
DivideByZeroException
Thrown when
divisor
contains zero.
See Also
Reference
Interval
T
Structure
Altaxo.Calc Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net