ModF Data Member Function

This method returns the remainder of the division of two doubles.

Prototype

static double ModF( double dividend, double divisor )

Parameters

Parameter Type Parameter Name Documentation
doubledividendA double representing the dividend.
doubledivisorA double representing the divisor.

Examples

Copy Text To Clipboard

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