Click or drag to resize
XDL

XDMCompositeGetXValuesList Method

입력 인덱스에 해당하는 Piece-wise Linear에 대한 X 값들의 배열을 얻는다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public void GetXValuesList(
	int Idx,
	ref double[] XValues
)

Parameters

Idx
Type: SystemInt32
[In] Composite 인덱스.
XValues
Type: SystemDouble
[Out] X 값 배열(Histogram 중간 점 배열을 계산하기 위한 가중치).
See Also