Property | Type | Description | |
---|---|---|---|
caliberUnitID | int | ||
unitName | String | ||
unitsPerInch | double |
Method | Description | |
---|---|---|
CaliberUnit ( ) : System |
Constructs an empty caliber unit, effectively null.
|
|
CaliberUnit ( int caliberUnitID, String unitName, double unitsPerInch ) : System |
Constructs a caliber unit.
|
public CaliberUnit ( int caliberUnitID, String unitName, double unitsPerInch ) : System | ||
caliberUnitID | int | The database ID for the caliber unit. |
unitName | String | The name of the unit (cal., in., mm., etc.). |
unitsPerInch | double | The number of caliber units that are in one inch /// for type conversion purposes. |
return | System |