Click or drag to resize

GraphStringFormat Method

http://www.emgu.com
StringFormat

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation StringFormat(
	Output inputs,
	string template = null,
	string placeholder = null,
	long summarize = 3,
	string opName = "StringFormat"
)

Parameters

inputs
Type: Emgu.TFOutput
Input to the operation.
template (Optional)
Type: SystemString
template
placeholder (Optional)
Type: SystemString
placeholder
summarize (Optional)
Type: SystemInt64
summarize
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also