Sybase InfoMaker 11.5, CD, Win, ENG Dokumentacja Strona 776

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 828
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 775
Truncate
754 InfoMaker
Return value The datatype of x. If n is positive, returns x truncated to the specified number
of decimal places. If n is negative, returns x truncated to (- n +1) places before
the decimal point. Returns –1 if it fails.
Examples This expression returns 9.2:
Truncate(9.22, 1)
This expression returns 9.2:
Truncate(9.28, 1)
This expression returns 9:
Truncate(9.9, 0)
This expression returns -9.2:
Truncate(–9.29, 1)
This expression returns 0:
Truncate(9.2, –1)
This expression returns 50:
Truncate(54, –1)
See also
Ceiling
Int
Round
Argument Description
x The number you want to truncate.
n The number of decimal places to which you want to truncate x.
Valid values are 0 through 28.
Przeglądanie stron 775
1 2 ... 771 772 773 774 775 776 777 778 779 780 781 ... 827 828

Komentarze do niniejszej Instrukcji

Brak uwag