Agilent Technologies VEE Pro Podręcznik Użytkownika Strona 322

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 602
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 321
1 2 ... 317 318 319 320 321 322 323 324 325 326 327 ... 601 602

Komentarze do niniejszej Instrukcji

Brak uwag