Quotient [QUOTIENT]

Returns integer portion of a division.

Syntax

QUOTIENT (numerator, denominator)

Note: The required separator (comma or semi-colon) automatically corresponds to your computer’s location settings.

Data Types of the Arguments

Integer, Number, Length, Area, Volume, or Angle (Must be identical for both arguments)

Data Type of the Result

Number

Example

Divide a slab’s Top Surface Area property with its Tile Area property.

The Quotient function returns only the whole (integer) portion of the resulting number.

Expression

QUOTIENT (Top Surface Area, Tile Area)

Result

1974

Both properties are Area-type data. Dividing them returns a number.

Notes

To return the remainder (without the quotient), use Remainder [MOD].

See also Divide [/].

  • Was this Helpful ?
  • YesNo