'Declaration Public Shared Function FromHundredthsOfAnInch( _ ByVal value As Integer, _ ByVal destinationUnit As Unit _ ) As Double
'Usage Dim value As Integer Dim destinationUnit As Unit Dim value As Double value = UnitConverter.FromHundredthsOfAnInch(value, destinationUnit)
public static double FromHundredthsOfAnInch( int value, Unit destinationUnit )
Parameters
- value
- The value to convert.
- destinationUnit
- A Unit representing the destination unit to which to convert value.
Return Value
A value representing the converted value in the specified unit.