Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Variable Type Conversions)
(Variable Type Conversions)
Line 40: Line 40:
 
* [[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 unsigned 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 ULong|ULong( <expression> )]] -- Returns the unsigned 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