GraphDecodeRaw Method |
Namespace: Emgu.TF
public Operation DecodeRaw( Output bytes, DataType out_type, bool little_endian = true, string opName = "DecodeRaw" )
Public Function DecodeRaw ( bytes As Output, out_type As DataType, Optional little_endian As Boolean = true, Optional opName As String = "DecodeRaw" ) As Operation
public: Operation^ DecodeRaw( Output^ bytes, DataType out_type, bool little_endian = true, String^ opName = L"DecodeRaw" )
member DecodeRaw : bytes : Output * out_type : DataType * ?little_endian : bool * ?opName : string (* Defaults: let _little_endian = defaultArg little_endian true let _opName = defaultArg opName "DecodeRaw" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,