Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Divide(RationalTime, RationalTime)

Divides a RationalTime by another.
Read time 1 minuteLast updated 12 days ago

Definition

public static RationalTime Divide(this RationalTime lhs, RationalTime rhs)

Parameters

Returns

Type

Description

RationalTimeA new instance that is the division of the left operand by the right one.