This document is archived and information here might be outdated. Recommended version. |
First Konrady coefficient.
[Visual Basic .NET]
Public Property K1 As Double
[C#]
public double K1 {get; set;}
[C++]
HRESULT get_K1(
double pK1
);
[C++]
HRESULT put_K1(
System.Double* pK1
);
[C++] Parameters pK1 [in]
pK1 is a parameter of type double pK1 [out, retval]
pK1 is a parameter of type double*