CoordParam(Int64, Int64) 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.
Initializes a new instance of CoordParam.
public CoordParam(long x, long y);
new Azure.AI.AgentServer.Responses.Models.CoordParam : int64 * int64 -> Azure.AI.AgentServer.Responses.Models.CoordParam
Public Sub New (x As Long, y As Long)
Parameters
- x
- Int64
The x-coordinate.
- y
- Int64
The y-coordinate.