Floating Point Intrinsic Functions - Divide Method

Divide a number

Member of Floating Point Intrinsic Functions (PRIM_LIBI.IFloatingPointIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Float

Resulting number

Object

*Input

Float

Divide by this number

Details

Divide divides the subject variable by the value specified in the Object parameter.

Example

     #Float := #Float.Divide(#Float2) 

This is the same as writing

     #Float /= #Float2 

or

     #Float := #Float / #Float2

See also

All Component Classes

Technical Reference

  • No labels