move Method
Move the value at index i to index j.
move(i: number, j: number): void
Parameter | Type | Description |
---|---|---|
i | number | source index |
j | number | destination index. |
Returns - void
Defined in
- geometry3d/GrowableFloat64Array.ts Line 124
Last Updated: 20 June, 2023