Number Conversion (Number to Single) |
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static explicit operator float (
Number number
)
Public Shared Narrowing Operator CType (
number As Number
) As Single
static explicit operator float (
Number number
)
F# does not support the declaration of new casting operators.
Parameters
- number Number
- The Number value.
Return Value
SingleThe
Single value.
See Also