MeasurementProcessorSumInches Method

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

Definition

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

Parameters

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

Return Value

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

See Also