Click or drag to resize

GlobalFixedFitParameterInfoDataSetIndexToValue Property

Gets and sets a dictionary where the key values are the dataset indicies where the parameter is fixed and the values are the fixed values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IDictionary<int, double> DataSetIndexToValue { get; set; }

Property Value

IDictionaryInt32, Double
See Also