Provides access to members that control Complex function arguments.
Members
Name | Description | |
---|---|---|
ImaginaryRaster | The input imaginary raster. | |
Raster | The input complex or real raster. | |
ValueType | The output value type: AMPLITUDE, PHASE, or COMPLEX. |
IComplexFunctionArguments.ImaginaryRaster Property
The input imaginary raster.
Public Property ImaginaryRaster As Object
public object ImaginaryRaster {get; set;}
IComplexFunctionArguments.Raster Property
The input complex or real raster.
Public Property Raster As Object
public object Raster {get; set;}
IComplexFunctionArguments.ValueType Property
The output value type: AMPLITUDE, PHASE, or COMPLEX.
Public Property ValueType As String
public string ValueType {get; set;}
Classes that implement IComplexFunctionArguments
Classes | Description |
---|---|
ComplexFunctionArguments | A class for a Complex value conversion function arguments. |