'Declaration Public Shared Function ToHundredthsOfAnInch( _ ByVal value As Double, _ ByVal sourceUnit As Unit _ ) As Integer
'Usage Dim value As Double Dim sourceUnit As Unit Dim value As Integer value = UnitConverter.ToHundredthsOfAnInch(value, sourceUnit)
public static int ToHundredthsOfAnInch( double value, Unit sourceUnit )
Parameters
Return Value
A value representing the converted value in hundredth's of an inch. The value will be rounded using a banker's round.