MeasurementProcessorSumMillimeters Method

Return the sum of elements in the caller's measurement string as millimeters.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static float SumMillimeters(
	string measurement,
	string defaultUnit
)

Parameters

measurement  String
The measurement to parse.
defaultUnit  String
The unit to supply if no explicit unit was given.

Return Value

Single
Sum of the elements in the measurement, as millimeters.

See Also