Click or drag to resize

StiUnitConvertToHInches Method (Double)

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

Namespace:  Stimulsoft.Report.Units
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract double ConvertToHInches(
	double value
)

Parameters

value
Type: SystemDouble
Value for conversion.

Return Value

Type: Double
Converted value.
See Also