Method Create
Create(TimeIndex, float)
Create a sampling time from a time index and a theta value.
Declaration
public static SamplingTime Create(TimeIndex timeIndex, float theta = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeIndex | timeIndex | The time index that the sampling time should refer to. |
| float | theta | The theta value that the sampling time should refer to. |
Returns
| Type | Description |
|---|---|
| SamplingTime |