Returns the X value that corresponds with the given index.

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

Syntax

C#
public float get_X(
	int index
)
Visual Basic (Declaration)
Public Function get_X ( _
	index As Integer _
) As Single
Visual C++
public:
float get_X(
	int index
)

Parameters

index
Type: System..::.Int32

[Missing <param name="index"/> documentation for "M:PalmSens.Curve.get_X(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:PalmSens.Curve.get_X(System.Int32)"]

See Also