User`s guide

Utility Library Classes
Sub Clone(ppComplex As MWComplex)
Creates a copy of an MWComplex object.
Parameters.
Argument Type Description
ppComplex MWComplex
Reference to
an uninitialized
MWComplex object to
receive the copy
Return Value. None
Remarks.
Clone allocates a n ew MWComplex object and creates a deep copy
of the o bject’s contents. Call this function when a separate object is required
instead of a shared copy of an existing o bject refere nce.
Class MWSparse
The MWSparse class passes or receives a two-dimensional sparse numeric array
into or from a compiled class method. This class has these properties/methods:
“Property NumRows As Long” on page C-27
“Property NumColumns As Long” on page C-28
“Property R ow Index As Variant” on page C-28
“Property ColumnIndex As Variant” on page C-28
“Property Array As Variant” on page C-28
“Property M WFlags As MWFlags” on page C-28
“Sub Clone(ppSparse As MWSparse)” on page C-29
Property NumRows As Long
Stores the row dimensio n for the a rray. The value of NumRows must be
nonnegative. If the value is zero, the row index is taken from the maximum
of the values in the
RowIndex array.
C-27