Click or drag to resize

DoubleDouble Constructor

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
)

Parameters

s
Type: SystemString
The base-10 representation of the number.
See Also