operator *
Returns the multiplication of two time values.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Operator
- Namespace: Unity.IntegerTime
- Assembly: UnityEngine.CoreModule
operator *(DiscreteTime, long)
Returns the multiplication of two time values.
public static DiscreteTime operator *(DiscreteTime lhs, long rhs)
Parameters
Returns
Type | Description |
|---|---|
| DiscreteTime |
operator *(DiscreteTime, double)
Returns the multiplication of two time values.
public static DiscreteTime operator *(DiscreteTime lhs, double s)
Parameters
Returns
Type | Description |
|---|---|
| DiscreteTime |
operator *(DiscreteTime, float)
Returns the multiplication of two time values.
public static DiscreteTime operator *(DiscreteTime lhs, float s)
Parameters
Returns
Type | Description |
|---|---|
| DiscreteTime |