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