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