singleInvalidValue property

double? singleInvalidValue
final

When the result was mostly invalid, for almost any run of the simulation (like, for example, in the case of 100~101 / 0), then this field will hold the most representative value (e.g. double.infinity or double.nan;

Implementation

final double? singleInvalidValue;