Version: 2018.2
public static float NegativeInfinity ;

説明

負の無限大を表現します(読み取り専用)

using UnityEngine;

public class Example : MonoBehaviour { void Start() { Debug.Log(Mathf.NegativeInfinity); } }