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