Click or drag to resize
XDL

XDMBandUnSuperClassGetClusterVariance Method

Cluster Index와 Band Index에 해당하는 분산값을 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public double GetClusterVariance(
	int nClusterIndex,
	int nBandIndex
)

Parameters

nClusterIndex  Int32
[In] Cluster Index.
nBandIndex  Int32
[In] Band Index.

Return Value

Double
Cluster의 분산
See Also