Versions with this page:
Versions without this page:
Una representación del infinito negativo (Read Only).
using UnityEngine;public class Example : MonoBehaviour { void Start() { Debug.Log(Mathf.NegativeInfinity); } }