Usual Conversion (Usual to Long) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
u AS USUAL
) AS LONG
public static implicit operator int (
Usual u
)
Request Example
View SourceParameters
- u
- Type: Usual
Return Value
Type:
LongSee Also