Struct FactorAndSpeed
A factor returned by a routing profile to influence routing augmented with the speed.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public struct FactorAndSpeed
Properties
Constraints
Gets or sets the constraint values.
Declaration
public float[] Constraints { get; set; }
Property Value
System.Single[]
|
Direction
Gets or sets the direction.
Declaration
public short Direction { get; set; }
Property Value
System.Int16
|
NoFactor
Returns a non-value.
Declaration
public static FactorAndSpeed NoFactor { get; }
Property Value
FactorAndSpeed
|
SpeedFactor
Gets or sets the speed (1/m/s).
Declaration
public float SpeedFactor { get; set; }
Property Value
System.Single
|
Value
Gets or sets the actual factor.
Declaration
public float Value { get; set; }
Property Value
System.Single
|