INumberProperty Abstract class
Base class:
- abstract class IProperty
Attributes:
- ValueSI (read-only double)
- ValueInUnits (read-only double)
- Units (read-only string)
- HasUnits (read-only bool)
Constructor:
- INumberProperty(string name)
Functions:
- Set(string numberWithUnits)
- SetDouble(double number, string unitString)