ComponentOne Chart for .NET (2.0) Search HelpCentral 

ParametricFunction.GetY Method

Calculates the y value of function at specified parameter t.

[Visual Basic]

Public Function GetY( _

ByVal t As Double _

) As Double

[C#]

public double GetY(

double t

);

[Delphi]

public function GetY(

t: Double

): Double;

Parameters

t

Parameter.

Return Value

Double.

See Also

ParametricFunction Class | ParametricFunction Members | C1.Win.C1Chart Namespace | ParametricFunction Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.