skip to main content
Corticon Studio: Rule Language Guide : Rule operator details and examples : Divide
 

Try Corticon Now

Divide

SYNTAX

<Number1>/<Number2>

DESCRIPTION

Divides <Number1> by <Number2>. The resulting data type is the more expansive of those of <Number1> and <Number2>.

USAGE RESTRICTIONS

The Operators row in the table of Summary Table of Vocabulary Usage Restriction applies. No special exceptions.

RULESHEET EXAMPLE

This sample Rulesheet uses divide to divide decimal1 by integer1 and assign the resulting value to decimal2

SAMPLE RULETEST

A sample Ruletest provides decimal1 and integer1 values for three examples. Input and Output panels are shown below.