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