Click or drag to resize
XDL

XDMCompositeGetXValuesList Method

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

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

Parameters

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