Click or drag to resize

DoubleDoubleParse Method

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
)

Parameters

s
Type: SystemString
The string representation of the value.

Return Value

Type: DoubleDouble
The corresponding double double value.
Remarks

Double double supports the same string representations as Double.

See Also