Floor(DiscreteTime)
The lower integer number of seconds represented as a DiscreteTime.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.IntegerTime
- Assembly: UnityEngine.CoreModule
public static DiscreteTime Floor(this DiscreteTime x)
Parameters
The input.
Returns
Type | Description |
|---|---|
| DiscreteTime | The result of rounding a DiscreteTime value up to the nearest integral value less or equal to the original value. |