MeasurementProcessorSumMillimeters Method
Return the sum of elements in the caller's measurement string as
millimeters.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static float SumMillimeters(
string measurement,
string defaultUnit
)
Public Shared Function SumMillimeters (
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 explicit unit was given.
Single
Sum of the elements in the measurement, as millimeters.