Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Multithreading Functions)
(Variable Type Conversions)
Line 36: Line 36:
 
* [[Core Function Int|Int( <expression> )]] -- Returns the signed 32-bit integer (whole number) representation of an expression
 
* [[Core Function Int|Int( <expression> )]] -- Returns the signed 32-bit integer (whole number) representation of an expression
 
* [[Core Function Int64|Int64( <expression> )]] -- Returns the signed 64-bit integer (whole number) representation of an expression
 
* [[Core Function Int64|Int64( <expression> )]] -- Returns the signed 64-bit integer (whole number) representation of an expression
 +
* [[Core Function Long|Long( <expression> )]] -- Returns the signed 64-bit integer (whole number) representation of an expression
 
* [[Core Function UInt16|UInt16( <expression> )]] -- Returns the unsigned 16-bit integer (whole number) representation of an expression
 
* [[Core Function UInt16|UInt16( <expression> )]] -- Returns the unsigned 16-bit integer (whole number) representation of an expression
 
* [[Core Function UInt32|UInt32( <expression> )]] -- Returns the unsigned 32-bit integer (whole number) representation of an expression
 
* [[Core Function UInt32|UInt32( <expression> )]] -- Returns the unsigned 32-bit integer (whole number) representation of an expression
 
* [[Core Function UInt|UInt( <expression> )]] -- Returns the unsigned 32-bit integer (whole number) representation of an expression
 
* [[Core Function UInt|UInt( <expression> )]] -- Returns the unsigned 32-bit integer (whole number) representation of an expression
 
* [[Core Function UInt64|UInt64( <expression> )]] -- Returns the nusigned 64-bit integer (whole number) representation of an expression
 
* [[Core Function UInt64|UInt64( <expression> )]] -- Returns the nusigned 64-bit integer (whole number) representation of an expression
 +
* [[Core Function ULong|ULong( <expression> )]] -- Returns the nusigned 64-bit integer (whole number) representation of an expression
 
* [[Core Function Float|Float( <expression> )]] -- Returns the 32-bit floating point representation of an expression
 
* [[Core Function Float|Float( <expression> )]] -- Returns the 32-bit floating point representation of an expression
 
* [[Core Function Double|Double( <expression> )]] -- Returns the 64-bit floating point representation of an expression
 
* [[Core Function Double|Double( <expression> )]] -- Returns the 64-bit floating point representation of an expression

Revision as of 20:00, 18 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Binary Data Management Functions

Math Functions

String Functions

Array Functions

File Functions

File Create/Read/Write 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