Click or drag to resize

Float.Division Operator

X#
This operator is used in code generated by the compiler when needed.

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

Parameters

lhs
Type: Float
rhs
Type: Float

Return Value

Type: Float
See Also