このページを含むバージョン:
このページを含まないバージョン:
f の p 乗の値を返します。
f
p
using UnityEngine;public class Example : MonoBehaviour { void Start() { print(Mathf.Pow(6, 1.8f)); } }