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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET