Float Conversion (Float to UInt64) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR EXPLICIT (
fl AS FLOAT
) AS UINT64
public static explicit operator ulong (
Float fl
)
Request Example
View SourceParameters
- fl
- Type: Float
Return Value
Type:
UInt64See Also