ComponentOne Chart for .NET (2.0) Search HelpCentral 

YFunction.GetY Method

Calculates the value of the function at specified X value.

[Visual Basic]

Public Function GetY( _

ByVal x As Double _

) As Double

[C#]

public double GetY(

double x

);

[Delphi]

public function GetY(

x: Double

): Double;

Parameters

x

Parameter.

Return Value

Double.

See Also

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


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