Computes a string representation of the map.
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
Coefficients that are smaller than this parameter are clipped to zero prior to conversion to a string.
- formatstring (Optional)
- Type: System..::..String
A Visual Basic format string used to set the format of the string representation of reals.
Return Value
The string representation.Remarks
The representation has a multi-line matrix-like appearance.