Click or drag to resize

imbAttribute Constructor (operation, String, operation, String, operation, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines calculation expression

Namespace:  imbSCI.Core.attributes
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public imbAttribute(
	operation operaA,
	string operandA,
	operation operaAB,
	string operandB,
	operation operaBC = operation.none,
	string operandC = ""
)
Request Example View Source

Parameters

operaA
Type: imbSCI.Core.enumsoperation
The opera a.
operandA
Type: SystemString
The operand a.
operaAB
Type: imbSCI.Core.enumsoperation
operandB
Type: SystemString
The operand b.
operaBC (Optional)
Type: imbSCI.Core.enumsoperation
operandC (Optional)
Type: SystemString
The operand c.
See Also