BaseEntryUnits Property

Unit of the expression component.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public MItem Units { get; set; }

Property Value

MItem

Remarks

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.

See Also