Parses a string representation of a double double value.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static DoubleDouble Parse(
string s
)
Public Shared Function Parse (
s As String
) As DoubleDouble
public:
static DoubleDouble Parse(
String^ s
)
static member Parse :
s : string -> DoubleDouble
Parameters
- s
- Type: SystemString
The string representation of the value.
Return Value
Type:
DoubleDoubleThe corresponding double double value.
Remarks Double double supports the same string representations as
Double.
See Also