OperatableObjectLessThanOrEqual Operator |
Applies the less-than-or-equal operator.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool operator <=(
OperatableObject c1,
Object c2
)
Parameters
- c1 OperatableObject
- The left-hand operand.
- c2 Object
- The right-hand operand.
Return Value
Boolean if
c1 is less than or equal to
c2; otherwise,
.
See Also