AddInt Data Member Function

Adds an <int32> expression to this object.

Prototype

int32 AddInt( int32 p_nValue, int32 p_nReference, int32 p_eBinaryOperator )

Parameters

Parameter Type Parameter Name Documentation
int32p_nValueAn <int32> containing the initial value to add to this object.
int32p_nReferenceThe reference value for comparison against the initial value.
int32p_eBinaryOperatorAn <int32> representing a member of the BinaryOperator enumeration. Must be one of: BinaryOperator_GreaterThan, BinaryOperator_LessThan, BinaryOperator_GreaterThanOrEqualTo, BinaryOperator_LessThanOrEqualTo, BinaryOperator_IsEqualTo, BinaryOperator_NotEqualTo, BinaryOperator_LogicalAnd, or BinaryOperator_LogicalInclusiveOr. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Examples

Copy Text To Clipboard

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