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