Converts twips to inches. A twip is 1/1440 of an inch.

 public double ToInches(int twips)
Public Function ToInches(ByVal twips As Integer) As Double

The number of twips to convert to inches.

The result of the conversion (inches).

TwipsConverter.ToInches(12240);
TwipsConverter.ToInches(12240)