Sybase InfoMaker 11.5, CD, Win, ENG Spezifikationen Seite 708

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 828
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 707
Int
686 InfoMaker
Int
Description Gets the largest whole number less than or equal to a number.
Syntax Int ( n )
Return value The datatype of n. Returns the largest whole number less than or equal to n.
Examples These expressions return 3.0:
Int(3.2)
Int(3.8)
These expressions return -4.0:
Int(-3.2)
Int(-3.8)
See also
Ceiling
Integer
Round
Truncate
Integer
Description Converts the value of a string to an integer.
Syntax Integer ( string )
Return value
Integer. Returns the contents of string as an integer if it succeeds and 0 if string
is not a number.
Examples This expression converts the string 24 to an integer:
Integer("24")
Argument Description
n The number for which you want the largest whole number that is
less than or equal to it
Argument Description
string The string you want returned as an integer
Seitenansicht 707
1 2 ... 703 704 705 706 707 708 709 710 711 712 713 ... 827 828

Kommentare zu diesen Handbüchern

Keine Kommentare