| Visual Basic (Declaration) | |
|---|---|
Public Shared Function CreateFromRealImaginary( _ ByVal real As Double, _ ByVal imaginary As Double, _ ByVal symbol As Long _ ) As CustomModulationState | |
| C# | |
|---|---|
public static CustomModulationState CreateFromRealImaginary( double real, double imaginary, long symbol ) | |
| C++/CLI | |
|---|---|
public: static CustomModulationState^ CreateFromRealImaginary( double real, double imaginary, int64 symbol ) | |
Parameters
- real
- The real value describing this custom modulation.
- imaginary
- The imaginary value describing this custom modulation.
- symbol
- The symbol value describing this custom modulation.
Return Value
A custom modulation representing the input parameters.The magnitude and phase values will be automatically computed based on the input real and imaginary values.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)