Class Utilities
Contains general utilities.
Inheritance
System.Object
Utilities
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class Utilities
Methods
IsInside(Double, Double, Double, Double, Double, Double)
Returns true if the given coordinate is inside the box.
Declaration
public static bool IsInside(double boxLat1, double boxLon1, double boxLat2, double boxLon2, double lat, double lon)
Parameters
System.Double
boxLat1
|
System.Double
boxLon1
|
System.Double
boxLat2
|
System.Double
boxLon2
|
System.Double
lat
|
System.Double
lon
|
Returns
System.Boolean
|