DoubleRef Constructor (Double) |
Constructor.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public DoubleRef(
double d
)
Public Sub New (
d As Double
)
public:
DoubleRef(
[InAttribute] double d
)
pdftron.Common.DoubleRef = function(d);
Parameters
- d
- Type: SystemDouble
The initial value to set.
See Also