"The code is exactly
how I would like to write code and the algorithms used are very
efficient and well-documented."
Van T. Dinh, Microsoft MVP
|
|
|
Category:
|
General VBA/VB6 : Math
|
|
Description:
|
General math and routines for area and volume, statistics, and trigonometry
|
Module: modMathAreaVolume
Math routines for determining the area and volume of various objects
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the modMathAreaVolume module
|
|
AreaOfCircle
|
Procedure
|
Returns the area of a circle
|
|
AreaOfRectangle
|
Procedure
|
Returns the area of a rectangle
|
|
AreaOfRing
|
Procedure
|
Returns the area of a ring
|
|
AreaOfSphere
|
Procedure
|
Returns the area of a sphere
|
|
AreaOfSquare
|
Procedure
|
Returns the area of a square
|
|
AreaOfSquareDiag
|
Procedure
|
Returns the area of a square
|
|
AreaOfTrapezoid
|
Procedure
|
Returns the area of a trapezoid
|
|
AreaOfTriangle
|
Procedure
|
Returns the area of a triangle
|
|
AreaOfTriangle2
|
Procedure
|
Returns the area of a triangle
|
|
LenOfRectangleDiagonal
|
Procedure
|
Returns the length of the diagonal of a rectangle
|
|
LenOfSquareDiagonal
|
Procedure
|
Returns the length of the diagonal of a square
|
|
VolOfCone
|
Procedure
|
Returns the volume of a cone
|
|
VolOfCylinder
|
Procedure
|
Returns the volume of a cylinder
|
|
VolOfPipe
|
Procedure
|
Returns the volume of a pipe
|
|
VolOfPyramid
|
Procedure
|
Returns the volume of a pyramid or cone
|
|
VolOfSphere
|
Procedure
|
Returns the volume of a sphere
|
|
VolOfTruncPyramid
|
Procedure
|
Returns the volume of a truncated pyramid
|
Overview of Total Visual SourceBook
The source code in Total Visual
SourceBook includes modules and classes for Microsoft Access, Visual
Basic 6 (VB6), and Visual Basic for Applications (VBA) developers. Easily
add this professionally written, tested, and documented royalty-free code
into your applications to simplify your application development efforts.
Additional Resources
|
|