Usual.RightShift Operator | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR >>(
lhs AS USUAL,
rhs AS LONG
) AS USUAL
public static Usual operator >>(
Usual lhs,
int rhs
)
Request Example
View SourceParameters
- lhs
- Type: Usual
- rhs
- Type: Long
Return Value
Type:
UsualSee Also