Instrumentation Widgets for PDA

Vector.Quant Method 

Snaps the vector to a grid with the specifed cell size.

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

Parameters

xGrid
yGrid

Return Value

See Also

Vector Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace