Type SampleList
Namespace MathNet.Numerics
Interfaces ICloneable, IDictionary
double t |
key t, where x=f(t) or (t,x). |
double x |
value x, where x=f(t) or (t,x). |
return SampleList |
return bool |
|
double t |
return bool |
|
double x |
return bool |
|
object obj |
return int |
return double |
|
int index |
return Type |
return double |
|
int index |
This method is faster if the expected index is near nearIndex (compared to the list size) but may be slower otherwise (worst case: factor 2 slower, best case: log2(n) faster).
return int |
|
double t |
|
int nearIndex |
return int |
|
double t |
double t |
int index |
return string |
return int
|
return int
|
return double
|
return double
|