Returns a string representation of the instance.
Namespace: TPSAAssembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string ToString(
double eps = 1E-14,
string formatstring = "G"
) |
Visual Basic |
---|
Public Function ToString ( _
Optional eps As Double = 1E-14, _
Optional formatstring As String = "G" _
) As String |
Visual C++ |
---|
public:
String^ ToString(
double eps = 1E-14,
String^ formatstring = L"G"
) |
Parameters
- eps (Optional)
- Type: System..::..Double
Coeffients having values smaller than this argument are clipped to zero.
- formatstring (Optional)
- Type: System..::..String
A format string.
Return Value
The string representation.
Remarks
See Also