Click or drag to resize

StiUnitConvertToHInches Method (Decimal)

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 decimal ConvertToHInches(
	decimal value
)

Parameters

value
Type: SystemDecimal
Value for conversion.

Return Value

Type: Decimal
Converted value.
See Also