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