Returns the ith cartesian coordinate.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double Cartesian(
int i
)
Parameters
- i
- Type: SystemInt32
the coordinate index
Return Value
Type:
Doublethe ith cartesian coordinate
See Also