CashUnits(Int32[], Int32[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the CashUnits class from parameters specifying the constituent parts of the instance.
public CashUnits (int[] coins, int[] bills);
new Microsoft.PointOfService.CashUnits : int[] * int[] -> Microsoft.PointOfService.CashUnits
Public Sub New (coins As Integer(), bills As Integer())
Parameters
- coins
- Int32[]
- bills
- Int32[]