Abs(DiscreteTime)
Returns the absolute value of a time value.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.IntegerTime
- Assembly: UnityEngine.CoreModule
public static DiscreteTime Abs(this DiscreteTime lhs)
Parameters
The DiscreteTime input.
Returns
Type | Description |
|---|---|
| DiscreteTime | The absolute value of the input. |