IsCountMultiple Data Member Function

Returns true if the number of items resident in the <List> object is a multiple of the specified count.

Prototype

int32 IsCountMultiple( int32 p_nCount )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountAn <int32> that represents the base count of objects expected to be resident in the <List> object. For example: if this value is 11, this function returns true if the number of objects resident in the <List> is any multiple of 11, including 22, 33, 44, and so on.

Examples

Copy Text To Clipboard

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