Nodes > Functions > Sample > Sample Float Array

Samples a Float Array Object at a specific index and returns the value.
Inputs
| Name | Type | Description |
|---|---|---|
| Float Array | link | Float Array Object to sample |
| Index | float | Index to sample value from |
Outputs
| Name | Type | Description |
|---|---|---|
| Value | float | Value sampled at the Index of the Float Array |
Was this page helpful?