Click or drag to resize
XDL

XfnGetScaleFactor Method (Double, Double, Double, Double, Double, Double)

입력되는 상수값으로 부터 선형 방정식에 대한 scale factor를 계산한다. Linear equation A = sf0 + sf1 * a; B = sf0 + sf1 * b;

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public static void GetScaleFactor(
	double a,
	double b,
	double A,
	double B,
	ref double sf0,
	ref double sf1
)

Parameters

a
Type: SystemDouble
[In] a
b
Type: SystemDouble
[In] b
A
Type: SystemDouble
[In] A
B
Type: SystemDouble
[In] B
sf0
Type: SystemDouble
[Out] Offset
sf1
Type: SystemDouble
[Out] Ratio
See Also