ComponentOne Chart for .NET (2.0) Search HelpCentral 

ParametricFunction.GetX Method

Calculates the x value of function at specified parameter t.

[Visual Basic]

Public Function GetX( _

ByVal t As Double _

) As Double

[C#]

public double GetX(

double t

);

[Delphi]

public function GetX(

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.