Skip to content

Essentials classes that I've used in projects for C# language.

License

Notifications You must be signed in to change notification settings

purnamasari/CSharp-Essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSharp-Essentials

Essentials classes that I've used in projects for C# language.

List of classes:

  1. GeoLocation.cs :
  • FindPointAtDistanceFrom: Find final point that is determined by start point within certain bearing and given length.
  • DegreeBearing: Find a degree of bearing between two coordinate points.
  • Distance: Calculate distance between two coordinates and return the distance in nautical miles or kilometer units.
  • And many more to be added.
  1. clsResize.cs: Resize all objects and it controls of WinForm

About

Essentials classes that I've used in projects for C# language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages