Click or drag to resize

GraphSubstr Method

http://www.emgu.com
Substr

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation Substr(
	Output input,
	Output pos,
	Output len,
	string unit = null,
	string opName = "Substr"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
pos
Type: Emgu.TFOutput
Input to the operation.
len
Type: Emgu.TFOutput
Input to the operation.
unit (Optional)
Type: SystemString
unit
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.Substr(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String,System.String)"]

See Also