Dynamicweb 8 Documentation
PriceRaw Constructor(Double,Currency)

The amount of the Currency
The Currency of the Amount
Public. Initializes a new instance of the PriceRaw class with a Price and a Currency.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal Price As Double, _ 
   ByVal Currency As Currency _ 
)
public PriceRaw( 
   double Price,
   Currency Currency 
)

Parameters

Price
The amount of the Currency
Currency
The Currency of the Amount
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PriceRaw Class
PriceRaw Members
Overload List

Send Feedback