Show / Hide Table of Contents

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 Constants

Fields

DEFAULT_SIMPL_E

The default simplification epsilon.

Declaration
public const float DEFAULT_SIMPL_E = 0.1F
Field Value
System.Single

DefaultMaxEdgeDistance

A default maximum edge distance.

Declaration
public const float DefaultMaxEdgeDistance = 5000F
Field Value
System.Single

EMPTY_SEQUENCE

An empty sequence/restriction.

Declaration
public static uint[] EMPTY_SEQUENCE
Field Value
System.UInt32[]

ISLAND_RESTRICTED

Indicates a vertex that's a restricted island.

Declaration
public const ushort ISLAND_RESTRICTED = 2
Field Value
System.UInt16

ISLAND_SINGLETON

Indicates a vertex that's a singleton island.

Declaration
public const ushort ISLAND_SINGLETON = 1
Field Value
System.UInt16

NO_EDGE

A constant to use when no edge was found, is available or set.

Declaration
public const uint NO_EDGE = 4294967295U
Field Value
System.UInt32

NO_VERTEX

A constant to use when no vertex was found, is available or set.

Declaration
public const uint NO_VERTEX = 4294967294U
Field Value
System.UInt32

SearchDistanceInMeter

A maximum search distance.

Declaration
public const float SearchDistanceInMeter = 50F
Field Value
System.Single

Back to top Built by Itinero, MIT licensed.