프로퍼티 | 타입 | 설명 | |
---|---|---|---|
caliberUnitID | int | ||
unitName | String | ||
unitsPerInch | double |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |