GraphComplex Method |
Namespace: Emgu.TF
public Operation Complex( Output real, Output imag, Nullable<DataType> Tout = null, string opName = "Complex" )
Public Function Complex ( real As Output, imag As Output, Optional Tout As Nullable(Of DataType) = Nothing, Optional opName As String = "Complex" ) As Operation
public: Operation^ Complex( Output^ real, Output^ imag, Nullable<DataType> Tout = nullptr, String^ opName = L"Complex" )
member Complex : real : Output * imag : Output * ?Tout : Nullable<DataType> * ?opName : string (* Defaults: let _Tout = defaultArg Tout null let _opName = defaultArg opName "Complex" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,