forwardDifference property

bool forwardDifference
final

When true, the Newton interpolation with forward differences is used. When false, the Newton interpolation with backward differences is used.

By default, this is set to true.

Implementation

final bool forwardDifference;