isNegative
Whether the rational number is negative.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Media
- Assembly: UnityEditor
public bool isNegative { get; }
Remarks
A rational is considered negative when it is valid (see MediaRational.isValid) and strictly less than zero.