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