struct GoalResult in module com::sun::star::sheet::

(Global Index)

Syntax

struct GoalResult;

Description

is the result of a goal seek operation.

Field Summary

Divergence the amount by which the result changed in the last iteration.

Result the resulting value.

Field Details



Divergence

Syntax

double Divergence;

Description

the amount by which the result changed in the last iteration.


Result

Syntax

double Result;

Description

the resulting value.

Top of Page