Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
YFunction
.
.
::
.
.
GetY Method
YFunction Class
See Also
Calculates the value of the function at specified X value.
Namespace:
C1.Win.C1Chart
Assembly:
C1.Win.C1Chart.2
(in C1.Win.C1Chart.2.dll)
Syntax
C#
public
double
GetY
(
double
x
)
Visual Basic
Public
Function
GetY
( _
x
As
Double
_ )
As
Double
Parameters
x
Type:
System
.
.
::
.
.
Double
Parameter.
Return Value
Double.
See Also
YFunction Class
C1.Win.C1Chart Namespace
C1.Win.C1Chart
.
.
::
.
.
YFunction