Click or drag to resize

ICacheKeyComparerKeyTypeDistance Method

[Missing <summary> documentation for "M:Demo3D.Visuals.KJE.ICacheKeyComparer`1.Distance(`0,`0)"]

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
double Distance(
	KeyType a,
	KeyType b
)

Parameters

a
Type: KeyType

[Missing <param name="a"/> documentation for "M:Demo3D.Visuals.KJE.ICacheKeyComparer`1.Distance(`0,`0)"]

b
Type: KeyType

[Missing <param name="b"/> documentation for "M:Demo3D.Visuals.KJE.ICacheKeyComparer`1.Distance(`0,`0)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:Demo3D.Visuals.KJE.ICacheKeyComparer`1.Distance(`0,`0)"]

See Also