Get the ith component of this vector.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public double Get(
	int i
)
Visual C++
public:
double Get(
	int i
)
F#
member Get : 
        i:int -> float 

Parameters

i
Type: System..::..Int32
the index of the desired component

Return Value

value of the ith component

See Also