Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isNegative

Whether the rational number is negative.
Read time 1 minuteLast updated 13 days ago

Definition

public bool isNegative { get; }

Remarks

A rational is considered negative when it is valid (see MediaRational.isValid) and strictly less than zero.