stepCount property

int? stepCount
getter/setter pair

The number of steps for approximating the path integral.

A good value to start is 50 and gradually increase until the sum to diff property is within the desired error range. Valid range of its value is [1, 100], inclusively.

Required.

Implementation

core.int? stepCount;