MATLAB BUILDER EX 1 Guía de usuario Pagina 167

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 182
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 166
Utility Library Classes
D-23
Property Value As Variant
Stores the fields value (read/write). The Value property is the default property
of the
MWField class. The value of a field can be any type that is coercible to a
Variant, as well as object types.
Property MWFlags As MWFlags
Stores a reference to an MWFlags object. This property sets or gets the array
formatting and data conversion flags for a particular field. Each field in a
structure has its own
MWFlags property. This property overrides the value of
any flags set on the object whose methods are called.
Sub Clone(ppField As MWField)
Creates a copy of an MWField object.
Parameters.
Return Value.
None.
Remarks. Clone allocates a new MWField object and creates a deep copy of the
object's contents. Call this function when a separate object is required instead
of a shared copy of an existing object reference.
Class MWComplex
The MWComplex class passes or receives a complex numeric array into or from a
compiled class method. This class contains four properties/methods:
Property Real As Variant on page D-24
Property Imag As Variant on page D-24
Property MWFlags As MWFlags on page D-25
Sub Clone(ppComplex As MWComplex) on page D-25
Argument Type Description
ppField MWField
Reference to an uninitialized
MWField object to receive the
copy.
Vista de pagina 166
1 2 ... 162 163 164 165 166 167 168 169 170 171 172 ... 181 182

Comentarios a estos manuales

Sin comentarios