Returns the Y value that corresponds with the given index.


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Function get_Y( _ 
   ByVal index As Integer _ 
) As Single
C#
public float get_Y(
   int index
)
C++
public:
 float get_Y(
   int index
) sealed 
J#
public float get_Y(
   int index
)
JScript
public  function get_Y(
   index : int
) : float

Parameters

index

Missing <param name="index"> tag for "M:PalmSens.Curve.get_Y(System.Int32)"

Return Value

Missing <returns> tag for "M:PalmSens.Curve.get_Y(System.Int32)"

See Also