Click or drag to resize
Accord.NET (logo)

PlaneToString Method (Char, IFormatProvider)

Returns a String that represents this instance.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public string ToString(
	char variable,
	IFormatProvider formatProvider
)
Request Example View Source

Parameters

variable
Type: SystemChar
The variable to put on the left hand side. Can be either 'x', 'y' or 'z'.
formatProvider
Type: SystemIFormatProvider
The format provider.

Return Value

Type: String
A String that represents this instance.
See Also