Unity - Scripting API: RationalTimeExtensions (original) (raw)

class in Unity.IntegerTime

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Your name Your email Suggestion*

Cancel

Description

Extension method operations for RationalTime.

All binary operations throw exceptions if the rates for 2 operands do not match.

Static Methods

Method Description
Add Adds two Rational Times together.
Convert Converts a RationalTime from one rate to another. This is lossless unless it triggers an overflow.
Divide Divides a RationalTime by another.
IsValid Validity check.
Multiply Multiplies two Rational Times together.
Subtract Subtracts a RationalTime from another.
ToDouble Converts the data type to Double.