MATLAB BUILDER EX 1 Uživatelská příručka Strana 167

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 182
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 166
1 2 ... 162 163 164 165 166 167 168 169 170 171 172 ... 181 182

Komentáře k této Příručce

Žádné komentáře