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
Greater
Than
Or
Equal Operator
Compares two values to determine which is greater or equal.
Namespace:
Altaxo.Calc
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
public
static
bool
operator
>=
(
Interval
<T>
left
,
Interval
<T>
right
)
Parameters
left
Interval
T
The value to compare with
right
.
right
Interval
T
The value to compare with
left
.
Return Value
Boolean
if
left
is greater than or equal to
right
; otherwise,
.
Implements
IComparisonOperators
TSelf, TOther, TResult
GreaterThanOrEqual(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