MeasurementProcessorSumInches Method
Return the sum of elements in the caller's measurement string as
inches.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static float SumInches(
string measurement,
string defaultUnit
)
Public Shared Function SumInches (
measurement As String,
defaultUnit As String
) As Single
No code example is currently available or this language may not be supported.
- measurement String
-
The measurement to parse.
- defaultUnit String
-
The unit to supply if no default unit was given.
Single
Sum of the elements in the measurement, as inches.