Snaps the X-component to a grid with the specified x-size of a cell.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public Vector QuantX(
	double xGrid
)
Visual Basic (Declaration)
Public Function QuantX ( _
	xGrid As Double _
) As Vector
Visual C++
public:
Vector QuantX(
	double xGrid
)

Parameters

xGrid
Type: System..::.Double

See Also