SwapInt64 Function | |
Exchange the right and left halves of a Int64
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax FUNCTION SwapInt64(
i64 AS INT64
) AS INT64
public static long SwapInt64(
long i64
)
Request Example
View SourceParameters
- i64
- Type: Int64
Return Value
Type:
Int64See Also