BaseEntryUnits Property
Unit of the expression component.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
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
Property Value
MItem
Every instance of the class has a Unit defined inside and this Unit is equal to 1.
This is a requirement for every numeric expression component.