StiCentimetersUnit Class

Namespace: Stimulsoft.Report.Units

Report units - centimeters.

Inheritance

Inherits from: StiUnit

Methods

Method Returns Description
ConvertFromHInches (+1 overloads) double Converts a value from hundredths of inch into units of this class.
ConvertToHInches (+1 overloads) double Converts a value from hundredths of inch into units of this class.
ToString string  

Method Details

ConvertFromHInches

ConvertFromHInches(value: double): double

Converts a value from hundredths of inch into units of this class.

Parameters

  • value (double) — Value for conversion.

Returns double — Converted value.


ConvertFromHInches(value: decimal): decimal

Converts a value from hundredths of inch into units of this class.

Parameters

  • value (decimal) — Value for conversion.

Returns decimal — Converted value.


ConvertToHInches

ConvertToHInches(value: double): double

Converts a value from hundredths of inch into units of this class.

Parameters

  • value (double) — Value for conversion.

Returns double — Converted value.


ConvertToHInches(value: decimal): decimal

Converts a value from hundredths of inch into units of this class.

Parameters

  • value (decimal) — Value for conversion.

Returns decimal — Converted value.


ToString

ToString(): string

Returns string