Does VB.NET have a function to get the quotient like you can in excel.
Quotient(12, 6)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Despite what I wrote in the comment, for both of them the integer division is performed with the same operator, i.e.
\(notice that it’s not a regular slash, but a backslash).(notice that the return type here is for Integer operands, but it varies from the operands’ type)
For more information on the VB.NET version of these operators see: