Click or drag to resize

Float.LessThan Operator

X#

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 STATIC  OPERATOR <(
	lhs AS FLOAT,
	rhs AS FLOAT
) AS LOGIC
Request Example View Source

Parameters

lhs
Type: Float
rhs
Type: Float

Return Value

Type: Logic
See Also