Constructor | Description |
|
|
Full Usage:
DVSRCO()
|
|
Instance member | Description |
Full Usage:
this.Run
Parameters:
byref<float[]>
-
= real array of length 49 or more.
offset_rsav : int
-
ISAV : byref<int[]>
-
= integer array of length 41 or more.
offset_isav : int
-
JOB : int
-
= flag indicating to save or restore the COMMON blocks:
JOB = 1 if COMMON is to be saved (written to RSAV/ISAV).
JOB = 2 if COMMON is to be restored (read from RSAV/ISAV).
A call with JOB = 2 presumes a prior call with JOB = 1.
|
|