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