.Wavelet.General.cumSumInt

Cumulative sum of a vector. Data type is Integer

Interface

function cumSumInt
  input Integer i_v[:] = {1, 2, 3, 4} "Input vector";
  output Integer o_v[size(i_v, 1)] "Output vector";
end cumSumInt;

Generated at 2026-05-09T18:18:56Z by OpenModelicaOpenModelica 1.26.7 using GenerateDoc.mos