Click or drag to resize

IOperatablevop_GreaterOrEqual_Rev Method

Attempts reversed greater-or-equal comparison where this instance is the right-hand operand.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
bool vop_GreaterOrEqual_Rev(
	Object a,
	out bool b
)

Parameters

a  Object
Other operand.
b  Boolean
Result of the comparison if supported.

Return Value

Boolean
true if operation is supported.
See Also