CountIsMultipleOf Data Member Function

Returns true if the count is a multiple of the specified value.

Prototype

int32 CountIsMultipleOf( int32 p_nBase )

Parameters

Parameter Type Parameter Name Documentation
int32p_nBaseThe base number that determines the count multiplication. For example, if the collection count is 4, this function returns true if you submit 2.

Examples

Copy Text To Clipboard

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