AnomalyDetectionDataPoint(DateTime, Double, AnomalyType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor for AnomalyDetectionDataPoint
public:
AnomalyDetectionDataPoint(DateTime dateTime, double value, Microsoft::SystemInsights::Capability::AnomalyType anomalyType);
public AnomalyDetectionDataPoint (DateTime dateTime, double value, Microsoft.SystemInsights.Capability.AnomalyType anomalyType);
new Microsoft.SystemInsights.Capability.AnomalyDetectionDataPoint : DateTime * double * Microsoft.SystemInsights.Capability.AnomalyType -> Microsoft.SystemInsights.Capability.AnomalyDetectionDataPoint
Parameters
- dateTime
- DateTime
- value
- Double
- anomalyType
- AnomalyType