Share via


CashCount Constructor

2/27/2008

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

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Sub New ( _
    type As CashCountType, _
    nominalValue As Integer, _
    count As Integer _
)
public CashCount (
    CashCountType type,
    int nominalValue,
    int count
)
public:
CashCount (
    CashCountType type, 
    int nominalValue, 
    int count
)
public CashCount (
    CashCountType type, 
    int nominalValue, 
    int count
)
public function CashCount (
    type : CashCountType, 
    nominalValue : int, 
    count : int
)

Parameters

  • type
  • nominalValue
    The face value of each unit of currency to be held by this CashCount.
  • count

See Also

Reference

CashCount Structure
CashCount Members
Microsoft.PointOfService Namespace