Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Type Checking)
(Variable Type Conversions)
Line 32: Line 32:
 
* [[Core Function Byte|Byte( <expression> )]] -- Returns the unsigned 8-bit integer (whole number) representation of an expression
 
* [[Core Function Byte|Byte( <expression> )]] -- Returns the unsigned 8-bit integer (whole number) representation of an expression
 
* [[Core Function SByte|SByte( <expression> )]] -- Returns the signed 8-bit integer (whole number) representation of an expression
 
* [[Core Function SByte|SByte( <expression> )]] -- Returns the signed 8-bit integer (whole number) representation of an expression
 +
* [[Core Function Short|Short( <expression> )]] -- Returns the signed 16-bit integer (whole number) representation of an expression
 
* [[Core Function Int16|Int16( <expression> )]] -- Returns the signed 16-bit integer (whole number) representation of an expression
 
* [[Core Function Int16|Int16( <expression> )]] -- Returns the signed 16-bit integer (whole number) representation of an expression
 
* [[Core Function Int32|Int32( <expression> )]] -- Returns the signed 32-bit integer (whole number) representation of an expression
 
* [[Core Function Int32|Int32( <expression> )]] -- Returns the signed 32-bit integer (whole number) representation of an expression
Line 37: Line 38:
 
* [[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 Long|Long( <expression> )]] -- Returns the signed 64-bit integer (whole number) representation of an expression
 +
* [[Core Function UShort|UShort( <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 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

Revision as of 16:17, 19 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Arrays
Type Checking

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