Click or drag to resize

measureDecadeSystemAddUnit Method (String, Double, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the unit.

Namespace:  imbSCI.Core.math.measureSystem.systems
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public measureSystemUnitEntry AddUnit(
	string sufix,
	double factor = 0,
	string name = "milimeter",
	string namePlural = "*"
)
Request Example View Source

Parameters

sufix
Type: SystemString
factor (Optional)
Type: SystemDouble
name (Optional)
Type: SystemString
The name.
namePlural (Optional)
Type: SystemString
The name plural.

Return Value

Type: measureSystemUnitEntry
See Also