Previous Document Next Document

What query methods are supported for integers?

All common query methods (see the section “What common query methods are supported?”) are supported for integers.

The following query methods are also supported for integers:

Method
Description
Example
Result
int.Abs()
Returns the absolute value of the integer
(-2).abs
2
int.ToRadians()
Converts the value of degrees to radians
180.ToRadians
3.14159265358979
int.ToDegrees()
Converts the value of radians to degrees
1.ToDegrees
57.2957795130823

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.