Click or drag to resize

UtilSnapLowerTo(Double, Double) Method

If given number is EQ(Double, Double) to t but less than t, make it t

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public static double SnapLowerTo(
	double v,
	double t
)

Parameters

v  Double
Number to test
t  Double
Number to test against

Return Value

Double
Snapped number
See Also