Psz.Addition Operator (Psz, Long) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC OPERATOR +(
lhs AS PSZ,
rhs AS LONG
) AS PSZ
public static Psz operator +(
Psz lhs,
int rhs
)
Request Example
View SourceParameters
- lhs
- Type: Psz
- rhs
- Type: Long
Return Value
Type:
PszSee Also