TimeSeries.GetVariance (DateTime, DateTime, Int32) Method
Gets the variance.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
dateTime1
-
DateTime
The date time1.
-
dateTime2
-
DateTime
The date time2.
-
row
-
int
The row.
Return Value
double
System.Double.
Exception type
|
Condition
|
ApplicationException
|
Can not calculate variance. Insufficient number of elements in the array.
or
dateTime1 must be smaller than dateTime2
or
dateTime1 is out of range
or
dateTime2 is out of range
|
In this article
Definition