TabularCorrectionFactorRowIndependentValues Field

Data for the "independent values" on the given row, mapped by their CorrectionIndependentDefinition.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public ReadOnlyDictionary<CorrectionIndependentDefinition, TabularCorrectionFactorIndependentValue> IndependentValues

Field Value

ReadOnlyDictionaryCorrectionIndependentDefinition, TabularCorrectionFactorIndependentValue

Remarks

This is everything but the "dependent value", i.e. the last value on the row on the form.

See Also