module

Processing::Core::Data::Conversion

Instance methods

binary(value : Int, digits : Int32) : String
Source
binary(value : Int) : String
Source
boolean(value : String) : Bool
Source
byte(char : Char) : Byte
Source
byte(byte : Byte) : Byte
Source
byte(boolean : Bool)
Source
byte(float : Float32) : Byte
Source
byte(double : Float64) : Byte
Source
byte(int : Int) : Byte
Source
byte(color) : Byte
Source
char(boolean : Bool) : Char
Source
char(byte : Byte) : Char
Source
char(char : Char) : Char
Source
char(float : Float32) : Char
Source
char(double : Float64) : Char
Source
char(int : Int) : Char
Source
char(color) : Char
Source
float(int : Int) : Float32
Source
float(string : String) : Float32
Source
hex(byte : Byte, digits : Int32) : String
Source
hex(int : Int, digits : Int32) : String
Source
hex(char : Char, digits : Int32) : String
Source
hex(color, digits : Int32) : String
Source
hex(byte : Byte) : String
Source
hex(int : Int) : String
Source
hex(char : Char) : String
Source
hex(color) : String
Source
int(boolean : Bool) : Int32
Source
int(byte : Byte) : Int32
Source
int(char : Char) : Int32
Source
int(float : Float) : Int32
Source
int(int : Int) : Int
Source
int(color) : Int32
Source
str(boolean : Bool) : String
Source
str(byte : Byte) : String
Source
str(char : Char) : String
Source
str(int : Int) : String
Source
str(float : Float) : String
Source
unbinary(string : String) : Int
Source
unhex(string : String) : Int
Source