MeasurementProcessor Class

Handler for user-readable measurement expressions in any unit.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class MeasurementProcessor
Inheritance
Object    MeasurementProcessor

Constructors

MeasurementProcessorInitializes a new instance of the MeasurementProcessor class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetTokens Return the user's value as a set of discrete measurement tokens.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
SumInches Return the sum of elements in the caller's measurement string as inches.
SumMillimeters Return the sum of elements in the caller's measurement string as millimeters.
ToString
(Inherited from Object)

See Also