FindRule Data Member Function

Searches this object for a result that matches the binary operator, left operand, right operand, and dimension information submitted to this function.

Prototype

int32 FindRule( int32 p_eOperator, TypeInformation p_oLeftOperand, TypeInformation p_oRightOperand, Int32Array p_aiDimensionInfo )

Parameters

Parameter Type Parameter Name Documentation
int32p_eOperatorAn <int32> representing a member of the BinaryOperator enum. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
TypeInformationp_oLeftOperandA pointer to a <TypeInformation> object representing the type of the left operand.
TypeInformationp_oRightOperandA pointer to a <TypeInformation> object representing the type of the right operand.
<Int32Array>p_aiDimensionInfoAn <Int32Array> containing six <int32> values. The first four <int32> values represent the column and row dimensions of the left operand and right operand that will be matched against the dimensions of the left and right operands stored by this object. The last two <int32> values should be zero because the column and row dimension of the result will be stored here.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.