[Missing <summary> documentation for "M:Bespoke.Common.Library.ValuesInProximity(System.Int32,System.Int32,System.Int32)"]

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static bool ValuesInProximity(
	int value1,
	int value2,
	int proxmityThreshold
)
Visual Basic (Declaration)
Public Shared Function ValuesInProximity ( _
	value1 As Integer, _
	value2 As Integer, _
	proxmityThreshold As Integer _
) As Boolean
Visual C++
public:
static bool ValuesInProximity(
	int value1, 
	int value2, 
	int proxmityThreshold
)

Parameters

value1
Type: System..::.Int32

[Missing <param name="value1"/> documentation for "M:Bespoke.Common.Library.ValuesInProximity(System.Int32,System.Int32,System.Int32)"]

value2
Type: System..::.Int32

[Missing <param name="value2"/> documentation for "M:Bespoke.Common.Library.ValuesInProximity(System.Int32,System.Int32,System.Int32)"]

proxmityThreshold
Type: System..::.Int32

[Missing <param name="proxmityThreshold"/> documentation for "M:Bespoke.Common.Library.ValuesInProximity(System.Int32,System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.Library.ValuesInProximity(System.Int32,System.Int32,System.Int32)"]

See Also