Click or drag to resize

SliderSnapRangeDistanceTo Method

Compute the distance from a value to this snap range.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public decimal DistanceTo(
	decimal value
)

Parameters

value
Type: SystemDecimal

Return Value

Type: Decimal
See Also