Struct GpxLatitude
  
  Represents a latitude value.
 
  
  
  
  
  Assembly: NetTopologySuite.IO.GPX.dll
  Syntax
  
    public struct GpxLatitude : IEquatable<GpxLatitude>, IComparable<GpxLatitude>, IComparable, IFormattable, IConvertible
   
  
  
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GpxLatitude(Double)
  
  
  Declaration
  
    public GpxLatitude(double val)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Double | 
        val | 
        The value to store in Value. 
 | 
      
    
  
  Exceptions
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  MaxValue
  
  
  Declaration
  
    public static readonly GpxLatitude MaxValue
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  MinValue
  
  
  Declaration
  
    public static readonly GpxLatitude MinValue
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  Value
  The value stored in this instance.
Guaranteed to be between -90 (inclusive) and 90 (exclusive) under normal circumstances.
 
  
  Declaration
  
    public readonly double Value
   
  Field Value
  
  
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CompareTo(GpxLatitude)
  
  
  Declaration
  
    public int CompareTo(GpxLatitude other)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CompareTo(Object)
  
  
  Declaration
  
    public int CompareTo(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Object | 
        obj | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Equals(GpxLatitude)
  
  
  Declaration
  
    public bool Equals(GpxLatitude other)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Object | 
        obj | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetTypeCode()
  
  
  Declaration
  
    public TypeCode GetTypeCode()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public string ToString(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public string ToString(string format, IFormatProvider formatProvider)
   
  Parameters
  
  Returns
  
  Operators
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Equality(GpxLatitude, GpxLatitude)
  
  
  Declaration
  
    public static bool operator ==(GpxLatitude lat1, GpxLatitude lat2)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Explicit(Double to GpxLatitude)
  
  
  Declaration
  
    public static explicit operator GpxLatitude(double val)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Double | 
        val | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GreaterThan(GpxLatitude, GpxLatitude)
  
  
  Declaration
  
    public static bool operator>(GpxLatitude lat1, GpxLatitude lat2)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GreaterThanOrEqual(GpxLatitude, GpxLatitude)
  
  
  Declaration
  
    public static bool operator >=(GpxLatitude lat1, GpxLatitude lat2)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Implicit(GpxLatitude to Double)
  
  
  Declaration
  
    public static implicit operator double (GpxLatitude lat)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Inequality(GpxLatitude, GpxLatitude)
  
  
  Declaration
  
    public static bool operator !=(GpxLatitude lat1, GpxLatitude lat2)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  LessThan(GpxLatitude, GpxLatitude)
  
  
  Declaration
  
    public static bool operator <(GpxLatitude lat1, GpxLatitude lat2)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  LessThanOrEqual(GpxLatitude, GpxLatitude)
  
  
  Declaration
  
    public static bool operator <=(GpxLatitude lat1, GpxLatitude lat2)
   
  Parameters
  
  Returns
  
  Explicit Interface Implementations
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    bool IConvertible.ToBoolean(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    byte IConvertible.ToByte(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    char IConvertible.ToChar(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    DateTime IConvertible.ToDateTime(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    decimal IConvertible.ToDecimal(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    double IConvertible.ToDouble(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    short IConvertible.ToInt16(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    int IConvertible.ToInt32(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    long IConvertible.ToInt64(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    sbyte IConvertible.ToSByte(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    float IConvertible.ToSingle(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    object IConvertible.ToType(Type conversionType, IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    ushort IConvertible.ToUInt16(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    uint IConvertible.ToUInt32(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    ulong IConvertible.ToUInt64(IFormatProvider provider)
   
  Parameters
  
  Returns
  
  Implements