[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 /(
Amount left,
double right
)
public static Amount operator /(
Amount left,
double right
)
Public Shared Operator / (
left As Amount,
right As Double
) As Amount
Public Shared Operator / (
left As Amount,
right As Double
) As Amount
public:
static Amount operator /(
Amount left,
double right
)
public:
static Amount operator /(
Amount left,
double right
)
static let inline (/)
left : Amount *
right : float : Amount
static let inline (/)
left : Amount *
right : float : Amount
Return Value
Type:
Amount