StiUnitConvertFromHInches 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 ConvertFromHInches(
decimal value
)
Public MustOverride Function ConvertFromHInches (
value As Decimal
) As Decimal
Parameters
- value
- Type: SystemDecimal
Value for conversion.
Return Value
Type:
DecimalConverted value.
See Also