YAMP.CplotFunction.Function C# (CSharp) Method

Function() private method

private Function ( FunctionValue f ) : ComplexPlotValue
f FunctionValue
return ComplexPlotValue
        public ComplexPlotValue Function(FunctionValue f)
        {
            return Plot(f, -1.0, 1.0, -1.0, 1.0);
        }

Same methods

CplotFunction::Function ( FunctionValue f, ScalarValue min, ScalarValue max ) : ComplexPlotValue
CplotFunction::Function ( FunctionValue f, ScalarValue minX, ScalarValue maxX, ScalarValue minY, ScalarValue maxY ) : ComplexPlotValue