Inner Drive Extensible Architecture
C#
Show/Hide TOC
Currency
Fractions
Per
Unit Property
Returns the number of fractional units per full unit of the currency.
Definition
Namespace:
InnerDrive.Financial
Assembly:
InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
Copy
public
virtual
int
FractionsPerUnit
{
get
;
set
; }
Property Value
Int32
100
Implements
ICurrency
FractionsPerUnit
Example
For U.S. Dollars (and most units), returns 100.
See Also
Reference
Currency Class
InnerDrive.Financial Namespace
In This Article
Definition
Property Value
Implements
Example
See Also