You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Floating Point Intrinsic Functions - Multiply Method
Multiply 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

Value multiply by

Details


Multiply multiplies the subject variable by the value specified in the Object parameter.

Example


#Float := #Float.Multiply(#Float2)
This is the same as writing
#Float *= #Float2
or
#Float := #Float * #Float2

See also

All Component Classes
Technical Reference

  • No labels