VixenModules.App.Curves.Curve.GetIntValue C# (CSharp) Метод

GetIntValue() публичный Метод

public GetIntValue ( double x ) : int
x double
Результат int
        public int GetIntValue(double x)
        {
            return (int) Math.Round(GetValue(x), 0);
        }

Same methods

Curve::GetIntValue ( int x ) : int