Processing::Core::Data::Conversion
Instance methods
binary(value : Int, digits : Int32) : String
Sourcebinary(value : Int) : String
Sourceboolean(value : String) : Bool
Sourcebyte(char : Char) : Byte
Sourcebyte(byte : Byte) : Byte
Sourcebyte(boolean : Bool)
Sourcebyte(float : Float32) : Byte
Sourcebyte(double : Float64) : Byte
Sourcebyte(int : Int) : Byte
Sourcebyte(color) : Byte
Sourcechar(boolean : Bool) : Char
Sourcechar(byte : Byte) : Char
Sourcechar(char : Char) : Char
Sourcechar(float : Float32) : Char
Sourcechar(double : Float64) : Char
Sourcechar(int : Int) : Char
Sourcechar(color) : Char
Sourcefloat(int : Int) : Float32
Sourcefloat(string : String) : Float32
Sourcehex(byte : Byte, digits : Int32) : String
Sourcehex(int : Int, digits : Int32) : String
Sourcehex(char : Char, digits : Int32) : String
Sourcehex(color, digits : Int32) : String
Sourcehex(byte : Byte) : String
Sourcehex(int : Int) : String
Sourcehex(char : Char) : String
Sourcehex(color) : String
Sourceint(boolean : Bool) : Int32
Sourceint(byte : Byte) : Int32
Sourceint(char : Char) : Int32
Sourceint(float : Float) : Int32
Sourceint(int : Int) : Int
Sourceint(color) : Int32
Sourcestr(boolean : Bool) : String
Sourcestr(byte : Byte) : String
Sourcestr(char : Char) : String
Sourcestr(int : Int) : String
Sourcestr(float : Float) : String
Sourceunbinary(string : String) : Int
Sourceunhex(string : String) : Int
Source