Click or drag to resize

DoubleInfo Constructor

Initializes a new double info object for the given double value.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public DoubleInfo(
	double value
)

Parameters

value
Type: SystemDouble
The value to analyze.
See Also