Description:
Initializes a new SimpleArrayFloat class.
Syntax:
public SimpleArrayFloat()
Available since:
7.0
Description:
Initializes a new SimpleArrayFloat class
Syntax:
public SimpleArrayFloat(
IEnumerable<float> values
)
IEnumerable<float> values
)
Parameters:
- values
- Type: IEnumerable<float>
- initial set of integers to add to the array
Available since:
7.0
Description:
Initializes a new SimpleArrayFloat class. Initial size of the array - all values are set to zero.
Syntax:
Parameters:
- initialSize
- Type: int
- Initial size of the array - all values are set to zero.
Available since:
7.0
Description:
Initializes a new SimpleArrayFloat with the contents of another SimpleArrayFloat.
Syntax:
Available since:
7.0