IOperatablevop_LesserOrEqual_Rev Method |
Attempts reversed lesser-or-equal comparison where this instance is the right-hand operand.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxbool vop_LesserOrEqual_Rev(
Object a,
out bool b
)
Parameters
- a Object
- Other operand.
- b Boolean
- Result of the comparison if supported.
Return Value
Booleantrue if operation is supported.
See Also