AcTools.Utils.MathUtils.Acos C# (CSharp) 메소드

Acos() 공개 정적인 메소드

public static Acos ( this v ) : double
v this
리턴 double
        public static double Acos(this double v) => Math.Acos(v);
        public static float Acos(this float v) => (float)Math.Acos(v);

Same methods

MathUtils::Acos ( this v ) : float