[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Amount class
Namespace: NFX.FinancialAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Amount(
string currencyISO,
decimal value
)
public Amount(
string currencyISO,
decimal value
)
Public Sub New (
currencyISO As String,
value As Decimal
)
Public Sub New (
currencyISO As String,
value As Decimal
)
public:
Amount(
String^ currencyISO,
Decimal value
)
public:
Amount(
String^ currencyISO,
Decimal value
)
new :
currencyISO : string *
value : decimal -> Amount
new :
currencyISO : string *
value : decimal -> Amount