Skip to content

Latest commit

 

History

History
69 lines (61 loc) · 1.37 KB

Atc.Structs.md

File metadata and controls

69 lines (61 loc) · 1.37 KB

Atc.Structs


CartesianCoordinate

Represents an latitude- and longitude-coordinate.

public struct CartesianCoordinate : IEquatable<CartesianCoordinate>

Properties

IsDefault

IsDefault

Summary: Gets a value indicating whether this instance is default.

Latitude

Latitude

Longitude

Longitude

Methods

Deconstruct

void Deconstruct(out double Latitude, out double Longitude)

Equals

bool Equals(CartesianCoordinate other)

Summary: Equals the specified other.

Parameters:
     other  -  The other.

Equals

bool Equals(object obj)

Summary: Equals the specified other.

Parameters:
     other  -  The other.

GetHashCode

int GetHashCode()

ToString

string ToString()

ToStringShort

string ToStringShort()

Summary: To the string short.

Returns: Return a short format of x and y.


Generated by MarkdownCodeDoc version 1.2