Min(DiscreteTime, DiscreteTime)
Returns the minimum of two time values.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.IntegerTime
- Assembly: UnityEngine.CoreModule
public static DiscreteTime Min(this DiscreteTime lhs, DiscreteTime rhs)
Parameters
Returns
Type | Description |
|---|---|
| DiscreteTime | The minimum of the two specified time values. |