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