Calculates the y values of the function at specified t values.

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

Syntax

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

Parameters

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

Return Value

Double[].

See Also