DoubleArray Constructor(String,IFormatProvider)
Initializes a new instance of the DoubleArray class.
[Visual Basic]
Public Function New( _
ByVal data As String, _
ByVal culture As IFormatProvider _
)
[C#]
public DoubleArray(
string data,
IFormatProvider culture
);
Parameters
- data
- Specifies the data as string.
- culture
- Specifies the culture of the data.
See Also
DoubleArray Class
| DoubleArray Members
| Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.