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