Class Constants
Contains constants.
Inheritance
System.Object
    Constants
  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 ConstantsFields
DEFAULT_SIMPL_E
The default simplification epsilon.
Declaration
public const float DEFAULT_SIMPL_E = 0.1FField Value
| System.Single 
 | 
DefaultMaxEdgeDistance
A default maximum edge distance.
Declaration
public const float DefaultMaxEdgeDistance = 5000FField Value
| System.Single 
 | 
EMPTY_SEQUENCE
An empty sequence/restriction.
Declaration
public static uint[] EMPTY_SEQUENCEField Value
| System.UInt32[] 
 | 
ISLAND_RESTRICTED
Indicates a vertex that's a restricted island.
Declaration
public const ushort ISLAND_RESTRICTED = 2Field Value
| System.UInt16 
 | 
ISLAND_SINGLETON
Indicates a vertex that's a singleton island.
Declaration
public const ushort ISLAND_SINGLETON = 1Field Value
| System.UInt16 
 | 
NO_EDGE
A constant to use when no edge was found, is available or set.
Declaration
public const uint NO_EDGE = 4294967295UField Value
| System.UInt32 
 | 
NO_VERTEX
A constant to use when no vertex was found, is available or set.
Declaration
public const uint NO_VERTEX = 4294967294UField Value
| System.UInt32 
 | 
SearchDistanceInMeter
A maximum search distance.
Declaration
public const float SearchDistanceInMeter = 50FField Value
| System.Single 
 |