Bundle Core runtime library providing primitive types (Bool, Byte, Char, Int, Float, String), base collections, and system utilities. Every Objeck program links against this bundle automatically via lang.obl.
FloatArrayRef
Holds a float array
Operations
Get #
Gets values
method : public : Get() ~ Float[]
Return
| Type | Description |
|---|
| Float | value |
New # constructor
Default constructor
New()
New # constructor
Copy constructor
New(values:Float[])
Parameters
| Name | Type | Description |
|---|
| values | Float | float array |
Set #
Sets values
method : public : Set(values:Float[]) ~ Nil
Parameters
| Name | Type | Description |
|---|
| values | Float | float array |