Click or drag to resize

EnergyLessThan Operator

Returns true if left value is less than right value.

Namespace: GSF.Units
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.194-beta+b38f3dc2cd81dd2eb472301be032511223ed62a6
Syntax
public static bool operator <(
	Energy value1,
	Energy value2
)
View Source

Parameters

value1  Energy
An Energy object as the left hand operand.
value2  Energy
An Energy object as the right hand operand.

Return Value

Boolean
A Boolean as the result of the operation.
See Also