All Bundles

Bool

Boolean class

Operations

Columns

Returns the number of columns in the matrix

function : Columns(matrix:Bool[,]) ~ Int
Parameters
NameTypeDescription
matrixBool[,]matrix to process

Return
TypeDescription
Intnumber of columns in the matrix

Error

Prints an error boolean value

function : Error() ~ Nil

ErrorLine

Prints an error boolean value with a newline

function : ErrorLine() ~ Nil

Print

Prints a boolean value

function : Print() ~ Nil

PrintLine

Prints a boolean value with a newline

function : PrintLine() ~ Nil

Rows

Returns the number of rows in the matrix

function : Rows(matrix:Bool[,]) ~ Int
Parameters
NameTypeDescription
matrixBool[,]matrix to process

Return
TypeDescription
Intnumber of rows in the matrix

ToString

Formats the boolean value into a string

function : native : ToString() ~ String
Return
TypeDescription
Stringstring value

Formats the boolean array into a string

function : native : ToString(b:Bool[]) ~ String
Parameters
NameTypeDescription
bBool[]boolean array

Return
TypeDescription
Stringstring value

Returns a string representation of the boolean array

function : ToString(v:Bool[,]) ~ String
Parameters
NameTypeDescription
vBool[,]boolean array

Return
TypeDescription
Stringstring representation of the boolean array