UnitInfo Constructor

Default constructor of the UnitInfo class.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public UnitInfo(
	string name,
	Term[] factor,
	Term[] offset,
	Term[] connection,
	string description,
	string dimensionDescription,
	int dimensionId,
	bool isBaseUnit,
	string system,
	string[] properties,
	string synonymFor
)

Parameters

name  String
Text representation of the measurement unit.
factor  Term[]
Factor equation of the measurement unit.
offset  Term[]
Offset equation of the measurement unit.
connection  Term[]
Connection equation to the base unit of measurement of the current dimention.
description  String
Description of the measurement unit.
dimensionDescription  String
Dimension description of the measurement unit.
dimensionId  Int32
Dimension ID of the measurement unit.
isBaseUnit  Boolean
Determines if current measurement unit is a base unit for its dimention.
system  String
System of the measurement unit.
properties  String[]
List of the properties for the measurement unit.
synonymFor  String
Synonym for the measurement unit.

See Also