Math Function « Development « VB.Net






1.Math: square root Math: square root
2.To the PowerTo the Power
3.Power ^ in VB.netPower ^ in VB.net
4.Calculating compound interestCalculating compound interest
5.Math.Max DemoMath.Max Demo
6.Rnd DemoRnd Demo
7.Square Root in Math packageSquare Root in Math package
8.Round in MathRound in Math
9.Sign in MathSign in Math








10.Atan and TanAtan and Tan
11.Asin and SinAsin and Sin
12.Acos and CosAcos and Cos
13.Power in VBPower in VB
14.Math class: Square root, absolute value, Pi and PowerMath class: Square root, absolute value, Pi and Power
15.Math: Min, Max, Exp, Ceil, Round and Log10Math: Min, Max, Exp, Ceil, Round and Log10
16.Math.Abs Method returns the absolute value of a Decimal number.
17.Math.Atan returns the angle whose tangent is the specified number.
18.Math.BigMul produces the full product of two 32-bit numbers.
19.Math.Ceiling returns the smallest integral that is greater than or equal to the decimal number.
20.Math.Cos returns the cosine of the specified angle.
21.Math.Cosh returns the hyperbolic cosine of the specified angle.
22.Math.DivRem calculates the quotient and returns the remainder in an output parameter.
23.Math.DivRem calculates the quotient of two integers and returns the remainder in an output parameter.
24.Math.E Field represents the natural logarithmic base, specified by the constant, e.
25.Math.Exp returns e raised to the specified power.
26.Math.IEEERemainder returns the remainder resulting from the division
27.Math.Log returns the natural (base e) logarithm of a specified number.
28.Math.Log returns the logarithm of a specified number in a specified base.
29.Math.Log10 returns the base 10 logarithm of a specified number.
30.Math.Max returns the larger of two 8-bit unsigned integers.
31.Math.Min returns the smaller of two 8-bit unsigned integers.
32.Math.Pow returns a specified number raised to the specified power.
33.Math.Round rounds a decimal value to the nearest integral value.
34.Math.Round rounds a decimal value to a specified number of fractional digits.
35.Math.Round rounds a decimal to a specified number of fractional digits.
36.Math.Round (Double) rounds a double-precision floating-point value to the nearest integral value.
37.Rounds a double-precision floating-point value to a specified number of fractional digits.
38.Rounds a double-precision floating-point value to the specified number of fractional digits
39.Math.Sign returns a value indicating the sign of a decimal number.
40.Math.Tanh Returns the hyperbolic tangent of the specified angle.
41.Math.Truncate Calculates the integral part of a specified decimal number.