Share via


DriverPrioritizationDataSet.PrioritizationRow.CONSISTENCY_RATIO property

Gets or sets a value between 0 and 1 that indicates how logically consistent all of the comparisons in a prioritization are with respect to each other.

Namespace:  WebSvcDriver
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property CONSISTENCY_RATIO As Double
    Get
    Set
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationRow
Dim value As Double

value = instance.CONSISTENCY_RATIO

instance.CONSISTENCY_RATIO = value
public double CONSISTENCY_RATIO { get; set; }

Property value

Type: System.Double
Returns Double.

Remarks

Values close to 1 are more logically consistent than values much smaller than 1. A prioritization defines the value 0.75 as the threshold for a low-consistency warning.

Note

Values less than 1 can be reasonable for a specific set of drivers.

See also

Reference

DriverPrioritizationDataSet.PrioritizationRow class

DriverPrioritizationDataSet.PrioritizationRow members

WebSvcDriver namespace