Struct STSPFitness
Represents a fitness value of an STSP solution.
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 STSPFitness
Properties
Customers
Gets or sets the customer count.
Declaration
public int Customers { get; set; }
Property Value
|
System.Int32
|
Weight
Gets or sets the weight.
Declaration
public float Weight { get; set; }
Property Value
|
System.Single
|