Show / Hide Table of Contents

Struct WeightAndDir<T>

A structure containing both a weight and directional information.

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 WeightAndDir<T>
    where T : struct
Type Parameters
T

Fields

Direction

Get or sets the direction flags.

Declaration
public Dir Direction
Field Value
Dir

Weight

Gets or sets the weight.

Declaration
public T Weight
Field Value
T

Back to top Built by Itinero, MIT licensed.