Represents a List collection (ordered, non-unique) of Double (64-bit floating point) values. To create an instance of Float64List, call CreateList on the Factory.Float64List class.


Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IFloat64List
    Implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface IFloat64List : IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class IFloat64List : IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface IFloat64List implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface IFloat64List extends IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also