Skip to main content

RichEditUnitConverter.twipsToInches(value) Method

Converts a measurement from twips to inches.

Declaration

twipsToInches(
    value: number
): number

Parameters

Name Type Description
value number

The twips value to be converted.

Returns

Type Description
number

The result inches value.

See Also