MeasurementTokenCollectionCalculate Method
Return the calculated value of the measurement tokens, in system units
(mm).
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static float Calculate(
MeasurementTokenCollection items,
string defaultUnit
)
Public Shared Function Calculate (
items As MeasurementTokenCollection,
defaultUnit As String
) As Single
No code example is currently available or this language may not be supported.
- items MeasurementTokenCollection
-
Reference to the collection of items to be calculated.
- defaultUnit String
-
The default unit to apply if the number doesn't have an accompanying
unit.
Single
The calculated value of the provided measurement tokens, in system
units.