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