Agilent Technologies VEE Pro Guia do Utilizador Página 326

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 602
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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.
Vista de página 325
1 2 ... 321 322 323 324 325 326 327 328 329 330 331 ... 601 602

Comentários a estes Manuais

Sem comentários