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