IntegralScanResult

@Serializable
data class IntegralScanResult(val values: List<Double>, val sums: List<Double>)

Data class representing the result of an integral scan.

Constructors

Link copied to clipboard
constructor(values: List<Double>, sums: List<Double>)

Properties

Link copied to clipboard

The cumulative integrals at each sample point.

Link copied to clipboard

The sample points.