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
)
Public MustOverride Function ConvertToHInches (
value As Double
) As Double
Parameters
- value
- Type: SystemDouble
Value for conversion.
Return Value
Type:
DoubleConverted value.
See Also