Click or drag to resize

measureSystemRoleEntry Constructor

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

Namespace:  imbSCI.Core.math.measureSystem.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public measureSystemRoleEntry(
	string __letter,
	string __symbol,
	string __name
)
Request Example View Source

Parameters

__letter
Type: SystemString
The letter.
__symbol
Type: SystemString
The symbol.
__name
Type: SystemString
The name.
See Also