Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(String Functions)
(Math Functions)
Line 135: Line 135:
 
* [[Core Function BitSHIFT|BitSHIFT( <value>, <shift> )]] -- Performs a bit shifting operation
 
* [[Core Function BitSHIFT|BitSHIFT( <value>, <shift> )]] -- Performs a bit shifting operation
 
* [[Core Function BitXOR|BitXOR( <expression>, <expression2>, <n> )]] -- Performs a bitwise exclusive OR (XOR) operation
 
* [[Core Function BitXOR|BitXOR( <expression>, <expression2>, <n> )]] -- Performs a bitwise exclusive OR (XOR) operation
* [[Core Function Ceiling|Ceiling( <expression> )]] --  
+
* [[Core Function Ceiling|Ceiling( <expression> )]] -- Returns a number rounded up to the next integer
* [[Core Function Cos|Cos( <expression> )]] --  
+
* [[Core Function Cos|Cos( <expression> )]] -- Calculates the cosine of a number
* [[Core Function Cosh|Cosh( <expression> )]] --  
+
* [[Core Function Cosh|Cosh( <expression> )]] -- Returns the hyperbolic cosine of the specified angle
* [[Core Function Exp|Exp( <expression> )]] --  
+
* [[Core Function Exp|Exp( <expression> )]] -- Returns e raised to the specified power
* [[Core Function Floor|Floor( <expression> )]] --  
+
* [[Core Function Floor|Floor( <expression> )]] -- Returns the largest integer less than or equal to the specified number
* [[Core Function Log|Log( <expression> )]] --  
+
* [[Core Function Log|Log( <expression> )]] -- Returns the logarithm of a specified number
* [[Core Function Math|Math( <expression> )]] --  
+
* [[Core Function Math|Math( <expression> )]] -- Parse a string containing mathematical equations
 
* [[Core Function Max|Max( <expression>, <expression2> )]] -- Find the greater number and return it
 
* [[Core Function Max|Max( <expression>, <expression2> )]] -- Find the greater number and return it
 
* [[Core Function Min|Min( <expression>, <expression2> )]] -- Find the lesser number and return it
 
* [[Core Function Min|Min( <expression>, <expression2> )]] -- Find the lesser number and return it
* [[Core Function Mod|Mod( <expression> )]] --  
+
* [[Core Function Mod|Mod( <expression>, <expression2> )]] -- Performs the modulus operation
* [[Core Function Pow|Pow( <expression> )]] --  
+
* [[Core Function Pow|Pow( <expression> )]] -- Returns a specified number raised to the specified power
 
* [[Core Function Random|Random( <expression> )]] -- Get a random number from the defined area.
 
* [[Core Function Random|Random( <expression> )]] -- Get a random number from the defined area.
* [[Core Function Round|Round( <expression> )]] --  
+
* [[Core Function Round|Round( <expression> )]] -- Returns a number rounded to a specified number of decimal places
* [[Core Function Sin|Sin( <expression> )]] --  
+
* [[Core Function Sin|Sin( <expression> )]] -- Returns the sine of the specified angle
* [[Core Function Sinh|Sinh( <expression> )]] --  
+
* [[Core Function Sinh|Sinh( <expression> )]] -- Returns the hyperbolic sine of the specified angle
* [[Core Function Sqrt|Sqrt( <expression> )]] --  
+
* [[Core Function Sqrt|Sqrt( <expression> )]] -- Returns the square root of a specified number
* [[Core Function Tan|Tan( <expression> )]] --  
+
* [[Core Function Tan|Tan( <expression> )]] -- Returns the tangent of the specified angle
* [[Core Function Tanh|Tanh( <expression> )]] --  
+
* [[Core Function Tanh|Tanh( <expression> )]] -- Returns the hyperbolic tangent of the specified angle
* [[Core Function Turncate|Turncate( <expression> )]] --
+
* [[Core Function Turncate|Turncate( <expression> )]] -- Calculates the integral part of a specified decimal number
  
 
==== String Functions ====
 
==== String Functions ====

Revision as of 15:27, 29 November 2011

Contents

Function Reference

How to create a Function

To create your own funtions see the Function page.

Core Functions

Language Features

Console Functions

Multi-Threading Functions

Variable Type Conversions

Common Variable Functions

Misc
Hash/Array
Type Checking
Get Type Directly

Binary Data Management Functions

Math Functions

String Functions

Array Functions

Hash (Dictionary) Functions

Process Functions

Environment Management

File Functions

File Create/Read/Write Functions
Misc
Dialogs

Directory Functions

Dialogs

GUI Functions

Dialog Creation Functions
Dialog Properties Get/Set Functions
Control Creation Functions
Event Linking Functions
Common Dialog/Control Properties Get/Set Functions
Control Properties Get/Set Functions
Other GUI Functions

Keyboard Control Functions

Mouse Control Functions

Window Management Functions

Controls

Pixel Functions

Misc Functions

User Defined Functions

These functions are created using Sputnik and are not part of the Sputnik core language.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox