Click or drag to resize

measureOperandListAdd Method (Int32, operation, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified index.

Namespace:  imbSCI.Core.math.measureSystem.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public measureOperand Add(
	int index,
	operation opera,
	string operandName
)
Request Example View Source

Parameters

index
Type: SystemInt32
The index.
opera
Type: imbSCI.Core.enumsoperation
The opera.
operandName
Type: SystemString
Name of the operand.

Return Value

Type: measureOperand
See Also