Delegate ContinuousEvents.EventCollectionDelegate
Delegate for collecting some metric.
Namespace: Unity.Simulation
Syntax
public delegate double EventCollectionDelegate();
Returns
| Type | Description |
|---|---|
| Double | the metric represented by a double. |
Delegate for collecting some metric.
public delegate double EventCollectionDelegate();
| Type | Description |
|---|---|
| Double | the metric represented by a double. |