Struct GpxDgpsStationId
  
  Represents the ID of a DGPS station.
 
  
  
  
  
  Assembly: NetTopologySuite.IO.GPX.dll
  Syntax
  
    public struct GpxDgpsStationId : IEquatable<GpxDgpsStationId>, IComparable<GpxDgpsStationId>, IComparable, IFormattable, IConvertible
   
  
  
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GpxDgpsStationId(UInt16)
  
  
  Declaration
  
    public GpxDgpsStationId(ushort val)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | UInt16 | 
        val | 
        The value to store in Value. 
 | 
      
    
  
  Exceptions
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  MaxValue
  
  
  Declaration
  
    public static readonly GpxDgpsStationId MaxValue
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  MinValue
  
  
  Declaration
  
    public static readonly GpxDgpsStationId MinValue
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  Value
  The value stored in this instance.
Guaranteed to be between 0 (inclusive) and 1024 (exclusive) under normal circumstances.
 
  
  Declaration
  
    public readonly ushort Value
   
  Field Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CompareTo(GpxDgpsStationId)
  
  
  Declaration
  
    public int CompareTo(GpxDgpsStationId 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(GpxDgpsStationId)
  
  
  Declaration
  
    public bool Equals(GpxDgpsStationId 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(GpxDgpsStationId, GpxDgpsStationId)
  
  
  Declaration
  
    public static bool operator ==(GpxDgpsStationId deg1, GpxDgpsStationId deg2)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Explicit(UInt16 to GpxDgpsStationId)
  
  
  Declaration
  
    public static explicit operator GpxDgpsStationId(ushort val)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | UInt16 | 
        val | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GreaterThan(GpxDgpsStationId, GpxDgpsStationId)
  
  
  Declaration
  
    public static bool operator>(GpxDgpsStationId deg1, GpxDgpsStationId deg2)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GreaterThanOrEqual(GpxDgpsStationId, GpxDgpsStationId)
  
  
  Declaration
  
    public static bool operator >=(GpxDgpsStationId deg1, GpxDgpsStationId deg2)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Implicit(GpxDgpsStationId to UInt16)
  
  
  Declaration
  
    public static implicit operator ushort (GpxDgpsStationId deg)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Inequality(GpxDgpsStationId, GpxDgpsStationId)
  
  
  Declaration
  
    public static bool operator !=(GpxDgpsStationId deg1, GpxDgpsStationId deg2)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  LessThan(GpxDgpsStationId, GpxDgpsStationId)
  
  
  Declaration
  
    public static bool operator <(GpxDgpsStationId deg1, GpxDgpsStationId deg2)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  LessThanOrEqual(GpxDgpsStationId, GpxDgpsStationId)
  
  
  Declaration
  
    public static bool operator <=(GpxDgpsStationId deg1, GpxDgpsStationId deg2)
   
  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