Number Conversion (Number to Double) |
Implicitly converts the value from type
Number to type
Double.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static implicit operator double (
Number number
)
Public Shared Widening Operator CType (
number As Number
) As Double
static implicit operator double (
Number number
)
F# does not support the declaration of new casting operators.
Parameters
- number
- Type: Dundas.BINumber
The Number value.
Return Value
Type:
DoubleThe
Double value.
See Also