Divide(RationalTime, RationalTime)
Divides a RationalTime by another.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.IntegerTime
- Assembly: UnityEngine.CoreModule
public static RationalTime Divide(this RationalTime lhs, RationalTime rhs)
Parameters
Returns
Type | Description |
|---|---|
| RationalTime | A new instance that is the division of the left operand by the right one. |