setVector

abstract fun setVector(value: List<Float>?, index: Int)(source)

Sets the vector for the value corresponding to the index. Setting null value means that there is no vector for the value, and any existing vector will be removed when the finish() is called.

Parameters

value

the vector.

index

the index at which to place the vector.