 | ProcessingConfigurationSetPhaseContinuousCoefficient Method |
Sets the user phase continuous coefficient for the specified order.
Namespace: LynceeTec.InterfaceProcessingV2.ConfigurationsAssembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void SetPhaseContinuousCoefficient(
uint x,
uint y,
float value
)
public:
void SetPhaseContinuousCoefficient(
unsigned int x,
unsigned int y,
float value
)
Parameters
- x UInt32
- Order of the x component in the considered term.
- y UInt32
- Order of the y component in the considered term.
- value Single
- Coefficient value.
See Also