இந்தக் கட்டுப்பாட்டை மாற்றினால் இந்தப் பக்கம் தானாக மாற்றப்படும்

INT

The INT function returns the nearest integer that is less than or equal to the number.

INT(num-to-round)

num-to-round: The number value to be rounded.

Examples

=INT(1.49) returns 1, the nearest integer value that is less than or equal to 1.49.

=INT(1.50) returns 1, the nearest integer value that is less than or equal to 1.50.

=INT(1.73456) returns 1, the nearest integer value that is less than or equal to 1.73456.

=INT(-2.2) returns -3, the nearest integer value that is less than (a larger negative value is a lesser value) or equal to -2.2.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.
உதவியாக இருந்ததா?
எழுத்தின் அளவு: 250
அதிகபட்ச எழுத்தின் அளவு: 250
உங்கள் கருத்திற்கு நன்றி.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.