Array allocation function
dip_Error dip_FloatArrayNew ( array, size, value, resources )
This function allocates the size elements of a dip_FloatArray and sets the size of the array to size. Each array element is initialized with value.
Data type | Name | Description |
dip_FloatArray * | array | Array |
dip_int | size | Size |
dip_float | value | Initial value |
dip_Resources | resources | Resources tracking structure. See ResourcesNew |
FloatArrayNew, FloatArrayFree, FloatArrayCopy, FloatArrayFind
ArrayNew, IntegerArrayNew, FloatArrayNew, ComplexArrayNew, BoundaryArrayNew, FrameWorkProcessArrayNew, DataTypeArrayNew, ImageArrayNew, BooleanArrayNew, VoidPointerArrayNew, StringArrayNew, CoordinateArrayNew