doubleValueArrayPrimitives
<
IndexedFloatValueInstanceVariables class
>
primitiveIndexedFloatValueNew:ifFail:
^<
Object
>
Parameters:
size <
SmallInteger
>
Errors:
NegativeSize
Flags:
Allocate
<
IndexedFloatValueInstanceVariables
>
primitiveIndexedFloatValueSize
^<
SmallInteger
>
Flags:
Pure IndexedFloatValue
<
IndexedFloatValueInstanceVariables
>
primitiveIndexedFloatValueAt:ifFail:
^<
Float
>
Parameters:
index <
SmallInteger
>
Errors:
OutOfBounds
Flags:
Function IndexedFloatValue
<
IndexedFloatValueInstanceVariables
>
primitiveIndexedFloatValueAt:put:ifFail:
^<
Float
>
Parameters:
index <
SmallInteger
>
value <
Float
>
Errors:
OutOfBounds ValueOutOfBounds
Flags:
Function IndexedFloatValue