Click or drag to resize

measureOperandListAdd Method (Int32, operation, IMeasure)

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,
	IMeasure __operand
)
Request Example View Source

Parameters

index
Type: SystemInt32
The index.
opera
Type: imbSCI.Core.enumsoperation
The opera.
__operand
Type: imbSCI.Core.interfacesIMeasure
The operand.

Return Value

Type: measureOperand
See Also