eDriven Framework API
NearestValidValue Method (value, interval)
NamespaceseDriven.Gui.ComponentsRangeNearestValidValue(Single, Nullable<(Of <<'(Single>)>>))
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
protected float NearestValidValue(
	float value,
	Nullable<float> interval
)
Protected Function NearestValidValue ( _
	value As Single, _
	interval As Nullable(Of Single) _
) As Single
protected:
float NearestValidValue(
	float value, 
	Nullable<float> interval
)
Parameters
value (Single)
interval (Nullable<(Of <(<'Single>)>)>)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)