Siebel VB Language Reference > Quick Reference: VB Statements and Functions >

VB Math Functions: Numeric Functions


The following functions are for mathematics.

Function
Purpose
For More Information

Abs

Returns the absolute value of a number

Abs Function

Exp

Returns the value of e raised to a power

Exp Function

Fix

Removes the fractional part of a number and returns the integer part only.

Fix Function

Int

Returns the integer part of a number. For negative numbers, returns the largest integer less than or equal to the expression.

Int Function

IsNumeric

Determines whether a value is a legal number

IsNumeric Function

Log

Returns the natural logarithm of a value

Log Function

Rnd

Returns a random number

Rnd Function

Sgn

Returns a value indicating the sign of a number

Sgn Function

Sqr

Returns the square root of a number

Sqr Function

Siebel VB Language Reference Copyright © 2006, Oracle. All rights reserved.