SpreadJS Documentation
getExpectedDouble Method
The evaluator that can evaluate an expression or a function.
The base row index for evaluation.
The base column index for evaluation.
Gets the expected double value.
Syntax
var instance = new GcSpread.Sheets.AverageCondition(type, ranges);
var value; // Type: number
value = instance.getExpectedDouble(evaluator, baseRow, baseColumn);
function getExpectedDouble( 
   evaluator : object,
   baseRow : number,
   baseColumn : number
) : number;

Parameters

evaluator
The evaluator that can evaluate an expression or a function.
baseRow
The base row index for evaluation.
baseColumn
The base column index for evaluation.

Return Value

The expected double value.
See Also

Reference

AverageCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.