Dimensioning
Dimensioning functions.
Static Method Summary
| Static Public Methods | ||
| public static |
cmFromMeasure(cm: *): * Converts cm to dimensioning string. |
|
| public static |
cmFromMeasureRaw(cm: *): * Converts cm to dimensioning number. |
|
| public static |
cmToMeasure(cm: *): * Converts cm to dimensioning string. |
|
| public static |
cmToMeasureRaw(cm: *): * Converts cm to dimensioning string. |
|
| public static |
roundOff(value: *, decimals: *): * |
|
Static Public Methods
public static cmFromMeasure(cm: *): * source
Converts cm to dimensioning string.
Params:
| Name | Type | Attribute | Description |
| cm | * | Centi meter value to be converted. |
Return:
| * | String representation. |
public static cmFromMeasureRaw(cm: *): * source
Converts cm to dimensioning number.
Params:
| Name | Type | Attribute | Description |
| cm | * | Centi meter value to be converted. |
Return:
| * | Number representation. |
public static cmToMeasure(cm: *): * source
Converts cm to dimensioning string.
Params:
| Name | Type | Attribute | Description |
| cm | * | Centi meter value to be converted. |
Return:
| * | String representation. |
public static cmToMeasureRaw(cm: *): * source
Converts cm to dimensioning string.
Params:
| Name | Type | Attribute | Description |
| cm | * | Centi meter value to be converted. |
Return:
| * | String representation. |
public static roundOff(value: *, decimals: *): * source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| decimals | * |
Return:
| * |