Float.GreaterThanOrEqual Operator | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR >=(
lhs AS FLOAT,
rhs AS FLOAT
) AS LOGIC
public static bool operator >=(
Float lhs,
Float rhs
)
Request Example
View SourceParameters
- lhs
- Type: Float
- rhs
- Type: Float
Return Value
Type:
LogicSee Also