My Project
 
All Classes Namespaces Files Functions Variables Properties
Loading...
Searching...
No Matches
HyperTrack.HyperTrack.Location Class Reference
Inheritance diagram for HyperTrack.HyperTrack.Location:

Public Member Functions

 Location (double latitude, double longitude)
 
override string ToString ()
 
bool Equals (Location? other)
 
override bool Equals (object? obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (Location? left, Location? right)
 
static bool operator!= (Location? left, Location? right)
 

Properties

double Latitude [get]
 
double Longitude [get]
 

Constructor & Destructor Documentation

◆ Location()

HyperTrack.HyperTrack.Location.Location ( double latitude,
double longitude )
inline

Member Function Documentation

◆ Equals() [1/2]

bool HyperTrack.HyperTrack.Location.Equals ( Location? other)
inline

◆ Equals() [2/2]

override bool HyperTrack.HyperTrack.Location.Equals ( object? obj)

◆ GetHashCode()

override int HyperTrack.HyperTrack.Location.GetHashCode ( )

◆ operator!=()

static bool HyperTrack.HyperTrack.Location.operator!= ( Location? left,
Location? right )
static

◆ operator==()

static bool HyperTrack.HyperTrack.Location.operator== ( Location? left,
Location? right )
static

◆ ToString()

override string HyperTrack.HyperTrack.Location.ToString ( )
inline

Property Documentation

◆ Latitude

double HyperTrack.HyperTrack.Location.Latitude
get

◆ Longitude

double HyperTrack.HyperTrack.Location.Longitude
get

The documentation for this class was generated from the following file: