Method Get
Get(int, int)
Gets a deterministic sample in the Halton sequence.
Declaration
public static float Get(int index, int radix)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index in the sequence. |
| int | radix | The radix of the sequence. |
Returns
| Type | Description |
|---|---|
| float | A sample from the Halton sequence. |