Important
Every numeric expression component must have a value in Units.
For dimensionless quantities like angles in radians the value of Units is set to 1.
Units of measurement for the expression component.
public MItem Units { get; set; }
Public Property Units As MItem
Get
Set
public:
property MItem^ Units {
MItem^ get ();
void set (MItem^ value);
}
member Units : MItem with get, set