Agilent Technologies VEE Pro Betriebsanweisung Seite 322

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 602
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 321
1 2 ... 317 318 319 320 321 322 323 324 325 326 327 ... 601 602

Kommentare zu diesen Handbüchern

Keine Kommentare