FBWiki : KeyPgOpMultiply

FBWiki :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

Operator * (Multiply)


Multiplies two numeric expressions

Syntax:


Usage:
result = lhs * rhs

Parameters:
lhs
The left-hand side multiplicand expression.
rhs
The right-hand side multiplicand expression.

Return Value:
Returns the product of two multiplicands.

Description:
Operator * (Multiply) returns the product of two multiplicands.

Neither operand is modified in any way.

This operator can be overloaded to accept user-defined types.

Examples:
Dim n As Double
n = 4 * 5
Print n
Sleep

Output:
20


Dialect Differences:

Differences from QB:

See also:

Back to Arithmetic Operators
Back to Operators

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0



sf.net phatcode