Instrumentation Widgets for PDA

Vector.QuantX Method 

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

[Visual Basic]
Public Function QuantX( _
   ByVal xGrid As Decimal _
) As Vector
[C#]
public Vector QuantX(
   decimal xGrid
);

Parameters

xGrid

Return Value

See Also

Vector Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace