Instrumentation Widgets for PDA

Vector.QuantY Method 

Snaps the Y-component to a grid with the specified y-size of a cell

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

Parameters

yGrid

Return Value

See Also

Vector Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace