Computes the volume of the convex hull.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public double Volume()
Visual Basic (Declaration)
Public Function Volume As Double
Visual C++
public:
double Volume()

Return Value

Returns the volume of the convex hull.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThe hull has not been computed yet.

See Also