FittingModelOutputSetResult Method (Double)

Spotfire 15.0 API Reference
Sets the result of this curve fit operation, containing the specified values.

Namespace:  Spotfire.Dxp.Application.Visuals.FittingModels
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public void SetResult(
	params double[] values
)

Parameters

values
Type: SystemDouble
The values.
Exceptions

ExceptionCondition
ArgumentException Thrown if the result value count differs from the result variable count.
Version Information


See Also

Reference