Initializes a new double double number from the given string.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public DoubleDouble(
string s
)
Public Sub New (
s As String
)
public:
DoubleDouble(
String^ s
)
new :
s : string -> DoubleDouble
Parameters
- s
- Type: SystemString
The base-10 representation of the number.
See Also