TimeSampledValuesGetData Method |
Namespace:
AGI.Foundation.Coverage.FigureOfMerit
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic double GetData(
JulianDate time
)
Public Function GetData (
time As JulianDate
) As Double
public:
double GetData(
JulianDate time
)
member GetData :
time : JulianDate -> float
Parameters
- time
- Type: AGI.Foundation.TimeJulianDate
The time to get.
Return Value
Type:
DoubleThe data at or directly before the given time.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown if the time does not correspond with one of
the sample times in SampleTimes. |
See Also