User`s guide

Utility Library Classes
Parameters.
Argument Type Description
ppField MWField
Referencetoan
uninitialized
MWField
object to receive the
copy
Return Value. None.
Remarks.
Clone allocates a new MWField obje ct and creates a d eep copy of
the object’s contents. Call this function when a separate object is required
instead of a shared copy of an existing o bject refere nce.
Class MWComplex
The MWComplex class passes or receives a complex numeric array into or from
a compiled class method. This class contains these p roperties/methods:
“Property Real As Variant” on page C-25
“Property Imag As Variant” on page C-25
“Property M WFlags As MWFlags” on page C-26
“Sub Clone(ppComplex As MWComplex)” on pag e C -27
Property Real As Variant
Stores the real part of a complex array (read/write). The Real property is the
default property of the
MWComplex class. The value of this property can be any
type coercible to a
Variant, as well as object types, with the restriction that
the underlying array must resolve to a numeric matrix (no cell d ata allowed).
Valid Visual Basic numeric types for complex arrays include
Byte, Integer,
Long, Single, Double, Currency,andVariant/vbDecimal.
Property Imag As Variant
Stores the imaginary part of a complex array (read/write). The Imag property
is optional and can be
Empty for a pure real array. If the Imag property is
nonempty and the size and type of the underlying array do not match the size
C-25