Currency Conversion (Currency to Double) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR IMPLICIT (
c AS CURRENCY
) AS REAL8
public static implicit operator double (
Currency c
)
Request Example
View SourceParameters
- c
- Type: Currency
Return Value
Type:
DoubleSee Also