|
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
)
Public Function ToString (
variable As Char,
formatProvider As IFormatProvider
) As String
Request Example
View SourceParameters
- 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