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