Share via


CashUnits(Int32[], Int32[]) Constructor

Definition

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[]

Applies to