RichEditUnitConverter.inchesToTwips(value) Method
Converts a measurement from inches to twips.
Declaration
inchesToTwips(
value: number
): number
Parameters
Name | Type | Description |
---|---|---|
value | number | The inches value (floating) to be converted. |
Returns
Type | Description |
---|---|
number | The result twips value, as an integer. |
See Also