FloatMatrixRef
Float matrix reference with convenience methods
Operations
Set
Set boolean value
method : public : Set(value:Float[,]) ~ Nil
Parameters
Name | Type | Description |
---|---|---|
value | Float | boolean value |
ToBool
Parsers a boolean value
method : public : ToBool() ~ Bool
Return
Type | Description |
---|---|
Bool | boolean value |
ToFloat
Parsers a decimal value
method : public : ToFloat() ~ Float
Return
Type | Description |
---|---|
Float | decimal value |
ToString
Formats the matrix into a string
method : public : ToString() ~ String
Return
Type | Description |
---|---|
String | string representation |