Click or drag to resize
XDL

XDMBandUnSuperClassGetClusterDistance Method

Cluster Index와 Band Index에 해당하는 거리를 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public double GetClusterDistance(
	int nClusterIndexA,
	int nClusterIndexB
)

Parameters

nClusterIndexA  Int32
[In] Cluster Index.
nClusterIndexB  Int32
[In] Cluster Index.

Return Value

Double
Cluster간의 거리
See Also