|
PlaneToString Method (Char)
|
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
)
Public Function ToString (
variable As Char
) 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'.
Return Value
Type:
String
A
String that represents this instance.
See Also