共用方式為


CashCount(CashCountType, Int32, Int32) Constructor

Definition

Creates an instance of the CashCount structure from parameters specifying the instance's constituent parts.

public CashCount (Microsoft.PointOfService.CashCountType type, int nominalValue, int count);
new Microsoft.PointOfService.CashCount : Microsoft.PointOfService.CashCountType * int * int -> Microsoft.PointOfService.CashCount
Public Sub New (type As CashCountType, nominalValue As Integer, count As Integer)

Parameters

nominalValue
Int32

The face value of each unit of currency to be held by this CashCount.

count
Int32

Applies to