Multiply(RationalTime, RationalTime)
Multiplies two Rational Times together.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.IntegerTime
- Assembly: UnityEngine.CoreModule
public static RationalTime Multiply(this RationalTime lhs, RationalTime rhs)
Parameters
Returns
Type | Description |
|---|---|
| RationalTime | A new instance that is the multiplication of the two operands. |