UPdfStitchingFunction constructor

const UPdfStitchingFunction({
  1. required List<double> domain,
  2. required List<UPdfFunction> functions,
  3. required List<double> bounds,
  4. required List<double> encode,
  5. List<double>? range,
})

Implementation

const UPdfStitchingFunction({required this.domain, required this.functions, required this.bounds, required this.encode, this.range});