Dataset.setValues


setValues(dataVec)

Sets the array of numbers representing the curve.

dataVecarray of real numbers array of numbers representing the curve, initialised as in: Redim data(1) : data(0)=0 : data(1)=2
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to Dataset

Back to Overview