 | ProcessingConfigurationGetPhaseCorrectionCoefficient Method |
Gets the user phase correction coefficient for the specified order.
Namespace: LynceeTec.InterfaceProcessingV2.ConfigurationsAssembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic float GetPhaseCorrectionCoefficient(
uint x,
uint y
)
public:
float GetPhaseCorrectionCoefficient(
unsigned int x,
unsigned int y
)
Parameters
- x UInt32
- Order of the x component in the considered term.
- y UInt32
- Order of the y component in the considered term.
Return Value
SingleThe value of the requested coefficient.
See Also