包含此页的版本:
不含此页的版本:
负无穷大的表示形式(只读)。
using UnityEngine;public class Example : MonoBehaviour { void Start() { Debug.Log(Mathf.NegativeInfinity); } }