Click or drag to resize

CommonInRange Method

Namespace:  MediaCy.Controls.Common.Vb
Assembly:  MediaCy.Controls.Common.Vb (in MediaCy.Controls.Common.Vb.dll) Version: 3.1.0.0
Syntax
VB
Public Shared Function InRange ( 
	dValue As Double,
	dMinimum As Double,
	dMaximum As Double
) As Double

Parameters

dValue
Type: SystemDouble
dMinimum
Type: SystemDouble
dMaximum
Type: SystemDouble

Return Value

Type: Double
See Also