ConstantRateSegment

constructor(crLower: Double, tLower: Double, duration: Double, rate: Double)

Parameters

crLower

represents the cumulative rate at the beginning of the segment, must be >=0

tLower

represents the time at the beginning of the segment, must be >=0

duration

represents the time duration of the segment, must be >=0

rate

represents the rate for the time segment, must be 0 < rate <= infinity