Fix Function |
|||||||||||||||||||
WANTS TO MAKE SOFTWARE WITHOUT KNOWLEDGE OF ASP? CLICK HERE The Fix function returns the integer part of a specified number. The Fix function returns the whole number portion of a numeric arguement. If the arguement is a negative value, it returns the first integer value that is greater than or equal to the arguement. The Fix function converts a decimal number (floating-point) to an integer number (fix-point). Note :- If the number parameter contains Null, Null will be returned. The Syntax of the fix function is :-
Example#1 :-
Example#2 :-
Example#3 :-
Note :- Positive numbers are not rounded up. The decimal point and all digits to the right are effectively chopped off. Example#4 :-
Note :- Negative numbers can also be converted. Negative numbers
are rounded up (towards more positive). The decimal point and all digits
to the right are effectively chopped off.
|
|||||||||||||||||||
Terms and Conditions / Privacy Policy / Refund Policy / Shipping Policy