Method GetProbability
GetProbability(int)
Returns the probability value stored at the specified index
Declaration
public float GetProbability(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index of the probability value to lookup |
Returns
| Type | Description |
|---|---|
| float | The probability value stored at the specified index |