Opened 16 years ago
Last modified 16 years ago
#672 closed doubt
Funcion PutSerDat — at Initial Version
Reported by: | Iván Robles | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | TimeAlgebra | Version: | 1.1.7 |
Severity: | normal | Keywords: | |
Cc: |
Description
La función PutSerDat no cambia el dato cuando la serie es infinita.
Ejemplo:
Serie prueba = CalInd(Mensual,Mensual);
Real PutSerDat(prueba ,y2008m01d01,5);
Si la serie es finita o la serie es reasignada si cambia el dato, por ejemplo
Serie prueba = CalInd(Mensual,Mensual);
Serie prueba := CalInd(Mensual,Mensual);
Real PutSerDat(prueba ,y2008m01d01,5);
Un saludo
Note: See
TracTickets for help on using
tickets.