This tab contains generally usable constants.
Euler's number (For modes 2D, 3D, Console)
Euler's number has great importance in mathematics, eg. it is a base for natural logarithms.
Was this helpful?
Pi (For modes 2D, 3D, Console)
Represents approximate value of the number Pi : 3.14159265358979323846.
Was this helpful?
Integer min value (For modes 2D, 3D, Console)
Represents the smallest number of the type integer: -2147483648.
Was this helpful?
Integer max value (For modes 2D, 3D, Console)
Represents the biggest number of the type integer: 2147483647.
Was this helpful?
Float min value (For modes 2D, 3D, Console)
Represents the smallest number of the type float: -3.402823e38.
Was this helpful?
Float max value (For modes 2D, 3D, Console)
Represents the biggest number of the type float: 3.402823e38.
Was this helpful?
Double min value (For modes 2D, 3D, Console)
Represents the smallest number of the type double: -1.79769313486232e308.
Was this helpful?
Double max value (For modes 2D, 3D, Console)
Represents the biggest number of the type double: 1.79769313486232e308.
Was this helpful?
Char min value (For modes 2D, 3D, Console)
Represents the smallest number of the type char: 0x00.
Was this helpful?
Char max value (For modes 2D, 3D, Console)
Represents the biggest number of the type char: 0xFFFF.
Was this helpful?
Radians (For modes 2D, 3D, Console)
Full angle (closed circle) is 2*p radians.
Was this helpful?
Degrees (For modes 2D, 3D, Console)
Full angle (closed circle) is 360° (degrees).
Was this helpful?
Not a float-type number (For modes 2D, 3D, Console)
Represents value that is not a valid number of the type float.
Was this helpful?
Not a double-type number (For modes 2D, 3D, Console)
Represents value that is not a valid number of the type double.
Was this helpful?
Constant True (For modes 2D, 3D, Console)
Constant, whose value is always true.
Was this helpful?
Constant False (For modes 2D, 3D, Console)
Constant, whose value is always false.
Was this helpful?
Control client width in points (For modes 2D, 3D, Console)
Was this helpful?
Control client height in points (For modes 2D, 3D, Console)
Was this helpful?
New line (For modes 2D, 3D, Console)
Represents the new-line characters.
Was this helpful?
Empty string (For modes 2D, 3D, Console)
Represents an empty string.
Was this helpful?
Whitespace (For modes 2D, 3D, Console)
Represents space char.
Was this helpful?
Folder of running program (For modes 2D, 3D, Console)
Returns folder from where the program has bee launched.
Was this helpful?
Temporary folder (For modes 2D, 3D, Console)
Returns name of the folder for saving temporary files.
Was this helpful?
Environment - Command line (For modes 2D, 3D, Console)
Returns string containing arguments, supplied to the program when launching.
Was this helpful?
Get logical drivers (For modes 2D, 3D, Console)
Returns an array of computer's logical drives.
Was this helpful?
Environment - Machine name (For modes 2D, 3D, Console)
Returns name of the computer where the program is currently running.
Was this helpful?
Environment - User domain name (For modes 2D, 3D, Console)
Returns name of the domain where the user is currently logged in.
Was this helpful?
Environment - User name (For modes 2D, 3D, Console)
Returns user name of the currently logged user.
Was this helpful?
Directory separator char ( '\' ) (For modes 2D, 3D, Console)
Was this helpful?
Null (For modes 2D, 3D, Console)
General constant for undefined value.
Was this helpful?
Baltie's super speed (For modes 2D, 3D, Console)
Was this helpful?
Infinite timeout (For modes 2D, 3D, Console)
Was this helpful?
Camera 3D (For modes 2D, 3D)
The camera watchs the 3D-world.
Was this helpful?
Camera 2D (For modes 2D, 3D)
The camera watchs the 2D-world.
Was this helpful?
World 3D (For modes 2D, 3D)
In the 3D-world exist all objects, which we would like to show in tree-dimensions e.g. Baltie or terrain.
Was this helpful?
World 2D (For modes 2D, 3D)
In the 2D-world are located flat objects and is rendered on the 3D-world.
Was this helpful?
Direction north (For modes 2D, 3D)
Was this helpful?
Direction east (For modes 2D, 3D)
Was this helpful?
Direction south (For modes 2D, 3D)
Was this helpful?
Direction west (For modes 2D, 3D)
Was this helpful?
Font style - bold (For modes 2D, 3D, Console)
Was this helpful?
Font style - italic (For modes 2D, 3D, Console)
Was this helpful?
Font style - underline (For modes 2D, 3D, Console)
Was this helpful?
Font style - strikeout (For modes 2D, 3D, Console)
Was this helpful?
Current frame rate (For modes 2D, 3D)
Returns number of frames drawn during one second.
Was this helpful?
Display panel (For modes 2D, 3D)
Was this helpful?
Panel 2D viewport (For modes 2D, 3D)
Was this helpful?
Panel 3D viewport (For modes 2D, 3D)
Was this helpful?


Did you find this information useful?
Documentation of SGP Baltie 4 C#
Send us comments on this topic by this form ©1978-2010 SGP Systems

Parent page | Previous page | Next page