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> Operators and Type Conversions
Addition Operator
Division Operator
Equality Operator
GreaterThan Operator
GreaterThanOrEqual Operator
Implicit Conversion (T to Interval<T>)
Inequality Operator
LessThan Operator
LessThanOrEqual Operator
Multiply Operator
Subtraction Operator
UnaryNegation Operator
Interval
T
Addition Operator
Adds two intervals together and returns their sum.
Namespace:
Altaxo.Calc
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
public
static
Interval
<T>
operator
+
(
Interval
<T>
augend
,
Interval
<T>
addend
)
Parameters
augend
Interval
T
The augend.
addend
Interval
T
The addend.
Return Value
Interval
T
The sum.
Implements
IAdditionOperators
TSelf, TOther, TResult
Addition(TSelf, TOther)
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