This document is archived and information here might be outdated.  Recommended version.


DoubleArray Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Classes > D > DoubleArray Class
ArcGIS Developer Help

DoubleArrayClass Class

An object for holding a Double array.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

A DoubleArray stores an array of double precision floating point numbers. You can insert or remove elements from any position in the array and access any element via a zero-based index. You can also persist the array to XML.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IDoubleArray Provides access to members that control double arrays.
IPersist
IPersistStream
IXMLSerialize Provides access to members that XML serialize and deserialize an object to/from XML.

Remarks

DoubleArray objects are used by several interfaces including ISurface to define break values in a classification.