Point Constructors
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.
Overloads
Point() |
Initializes a new instance of the Point class. |
Point(DateTime, Double) |
Initializes a new instance of the Point class. |
Point()
- Source:
- Point.cs
Initializes a new instance of the Point class.
public Point ();
Public Sub New ()
Applies to
Point(DateTime, Double)
- Source:
- Point.cs
Initializes a new instance of the Point class.
public Point (DateTime timestamp, double value);
new Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Point : DateTime * double -> Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Point
Public Sub New (timestamp As DateTime, value As Double)
Parameters
- timestamp
- DateTime
Timestamp of a data point (ISO8601 format).
- value
- Double
The measurement of that point, should be float.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET