SampleDatabaseExtensionsToLabelString Method (Single, String, String)

CVB.Net Documentation
Pretty-print a vector label.

Namespace:  Stemmer.Cvb.SampleDatabase
Assembly:  Stemmer.Cvb.SampleDatabase (in Stemmer.Cvb.SampleDatabase.dll) Version: 14.0.0.0
Syntax

public static string ToLabelString(
	this float[] arr,
	string format,
	string separator
)

Parameters

arr
Type: SystemSingle
the array to attach the extension method to
format
Type: SystemString
format string to use
separator
Type: SystemString
character that separates the entries

Return Value

Type: String
String representation of the vector label.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference