This version of Unity is unsupported.

DiscreteTime.operator *

public static Unity.IntegerTime.DiscreteTime operator *(Unity.IntegerTime.DiscreteTime lhs, long rhs);
public static Unity.IntegerTime.DiscreteTime operator *(Unity.IntegerTime.DiscreteTime lhs, double s);
public static Unity.IntegerTime.DiscreteTime operator *(Unity.IntegerTime.DiscreteTime lhs, float s);

Description

Returns the multiplication of two time values.