Siebel VB Language Reference > Quick Reference for Siebel VB Methods > Error Handling Methods >

Math Operations Quick Reference


The following table lists methods to perform mathematical operations.

Statement
Purpose
Reference

Abs

Returns the absolute value of a number.

Get Absolute Value Method

Asc

Returns an integer that corresponds to an ANSI character code.

Get ANSI Integer Method

Atn

Returns the arctangent of a number.

Get Arctangent Method

Cos

Returns the cosine of an angle.

Get Cosine Method

Exp

Returns the value of e raised to a power.

Exponential Method

Fix

Removes the fractional part of a number.

Get Rounded Integer Method

Hex

Returns the hexadecimal representation of a number.

Get Hexadecimal Method

Int

Returns the integer part of a number.

Get Integer Method

Log

Returns the natural logarithm of a value.

Get Logarithm Method

Oct

Returns the octal representation of a number.

Get Octal Method

Randomize

Creates a starting value for the random number generator.

Randomize Method

Rnd

Returns a random number.

Get Random Number Method

Sgn

Returns a value that identifies the sign of a number.

Get Number Sign Method

Sin

Returns the sine of an angle.

Get Sine Method

Sqr

Returns the square root of a number.

Get Square Root Method

Tan

Returns the tangent of an angle.

Get Tangent Method

Siebel VB Language Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.