WOLFRAM SYSTEM MODELER
    integralValue_derTime derivative of integral of polynomial p(u) from u_low to u_high, assuming only u_high as time-dependent (Leibniz rule)  | 
     | 

SystemModel["Modelica.Math.Polynomials.integralValue_der"]

| p | 
         Type: Real[:] Description: Polynomial coefficients  | 
    
|---|---|
| u_high | 
         Type: Real Description: High integrand value  | 
    
| u_low | 
         Default Value: 0 Type: Real Description: Low integrand value, default 0  | 
    
| du_high | 
         Type: Real Description: High integrand value  | 
    
| du_low | 
         Default Value: 0 Type: Real Description: Low integrand value, default 0  | 
    
| dintegral | 
         Default Value: 0.0 Type: Real Description: Integral of polynomial p from u_low to u_high  | 
    
|---|