Version: 2017.2
public static float NegativeInfinity ;

説明

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

using UnityEngine;
using System.Collections;

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