Calculates the values of the function at specified X values.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public double[] GetYValues(
	double[] x
)
Visual Basic
Public Function GetYValues ( _
	x As Double() _
) As Double()

Parameters

x
Type: array<System..::..Double>[]()[][]
Parameter.

Return Value

Double[].

See Also