Agilent Technologies VEE Pro Guia do Utilizador Página 322

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 602
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 321
294 VEE User’s Guide
7 Using .NET with VEE
System.Char Object You can use a System.Convert.To* method to convert
it to a .NET data type that VEE can convert
automatically, e.g., ToInt32().
System.DateTime Object See
examples\dotnet\DateTime.vee.
System.Decimal Object You can use a System.Convert.To* method to convert
it 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. The System.Decimal
structure itself also provides a number of conversion
methods.
System.Double Real64
System.Enum Object See
examples\dotnet\FileInfo.vee.
System.Int16 Int16
System.Int32 Int32
System.Int64 Object You can use a System.Convert.To* method to convert
it 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.OverlfowException.
System.SByte Object You can use a System.Convert.To* method to convert
it to a .NET data type that VEE can convert
automatically, e.g., ToInt16().
System.Single Real32
Vista de página 321
1 2 ... 317 318 319 320 321 322 323 324 325 326 327 ... 601 602

Comentários a estes Manuais

Sem comentários