Calculates the x values of the function at specified t values.
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
public double[] GetXValues( double[] t )  | 
| Visual Basic | 
|---|
Public Function GetXValues ( _ t As Double() _ ) As Double()  | 
Parameters
- t
 - Type: array<System..::..Double>[]()[][]
Parameter.