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