public interface FloatArraySyncer
Modifier and Type | Method and Description |
---|---|
float[] |
syncTo(float[] array,
int[] fromAndLengthIndices)
This method is used to sync arrays on pulses.
|
float[] syncTo(float[] array, int[] fromAndLengthIndices)
dest = source.syncTo(dest);
array
- previously synced arrayfromAndLengthIndices
- an int array of 2 elements that states the
start and length of elements modified.Copyright © 2020. All rights reserved.