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