Previous Document Next Document

Including queries in macros : Understanding the available query criteria : Querying integers


Querying integers

Integers support all common query critera (see Understanding the available query criteria).

Integers also support the following query criteria:

Query criteria
Description
Example and result
int.Abs()
Returns the absolute value of the integer
(-2).abs
Yields 2
int.ToDegrees()
Converts the value of radians to degrees
1.ToDegrees
Yields 57.2957795130823
int.ToRadians()
Converts the value of degrees to radians
180.ToRadians
Yields 3.14159265358979

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.