[This is preliminary documentation and is subject to change.]
Namespace: NFX.FinancialAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static Amount operator *(
double left,
Amount right
)
public static Amount operator *(
double left,
Amount right
)
Public Shared Operator * (
left As Double,
right As Amount
) As Amount
Public Shared Operator * (
left As Double,
right As Amount
) As Amount
public:
static Amount operator *(
double left,
Amount right
)
public:
static Amount operator *(
double left,
Amount right
)
static let inline (*)
left : float *
right : Amount : Amount
static let inline (*)
left : float *
right : Amount : Amount
Return Value
Type:
Amount