Click or drag to resize

measureSystemUnitEntry Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the measureSystemUnitEntry class.

Namespace:  imbSCI.Core.math.measureSystem.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public measureSystemUnitEntry(
	string __unit,
	double __factor,
	string __nameSingular,
	measureDecadeSystem __system,
	string __namePlural = "*"
)
Request Example View Source

Parameters

__unit
Type: SystemString
The unit.
__factor
Type: SystemDouble
__nameSingular
Type: SystemString
The name singular.
__system
Type: imbSCI.Core.math.measureSystem.systemsmeasureDecadeSystem
__namePlural (Optional)
Type: SystemString
The name plural.
See Also