GetInteger
method in Coherence.Toolkit.CoherenceInput
Methods
public int GetInteger(string integerName, long? simulationFrame = null)
Returns a state of the integer as of the given simulation frame.
Parameters
| Type | Name | Description |
|---|---|---|
| string | integerName | Name of the integer. |
| long? | simulationFrame | Simulation frame for which state is requested. If |
Returns
| Type | Description |
|---|---|
| int | Value of the integer as of the given simulation frame. |