Agilent Technologies VEE Pro Guide de l'utilisateur Page 326

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 602
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 325
298 VEE User’s Guide
7 Using .NET with VEE
System.SByte Array Object The VEE object holds a pointer to a
System.Array .NET object.
You can use a System.Convert.To* method to
convert each array member to a .NET data
type that VEE can convert automatically, e.g.,
ToInt16().
System.Single Array Real32 Array
System.String Array Text Array VEE automatically converts String to Text. If
you want to use the many useful functions in
the System.String class, you can use
asClrType() to convert the text array back to a
System.String array.
System.UInt16 Array Object The VEE object holds a pointer to a
System.Array .NET object.
You can use a System.Convert.To* method to
convert each array member to a .NET data
type that VEE can convert automatically, e.g.,
ToInt32().
SystemUInt32 Array Object The VEE object holds a pointer to a
System.Array .NET object.
You can use a System.Convert.To* method to
convert each array member to a .NET data
type that VEE can convert automatically, e.g.,
ToInt32(). If the value does not fit in an Int32,
an error 751 occurs indicating a
System.OverflowException.
System.UInt64 Array Object The VEE object holds a pointer to a
System.Array .NET object
You can use a System.Convert.To* method to
convert each array member to a .NET data
type that VEE can convert automatically, e.g.,
ToInt32(). If the value does not fit in an Int32,
an error 751 will occur indicating a
System.OverflowException..
System.Object Array Object The VEE object holds a pointer to a
System.Array .NET object.
Vue de la page 325
1 2 ... 321 322 323 324 325 326 327 328 329 330 331 ... 601 602

Commentaires sur ces manuels

Pas de commentaire