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)
| Visual Basic (Declaration) |
|---|
Public Interface IFloat64List _
Implements IEngineCollection, IEnumerable, ICloneable, IList, _
ICollection |
| C# |
|---|
public interface IFloat64List : IEngineCollection,
IEnumerable, ICloneable, IList, ICollection |
| Visual C++ |
|---|
public interface class IFloat64List : IEngineCollection,
IEnumerable, ICloneable, IList, ICollection |
| JavaScript |
|---|
FileNet.Api.Collection.IFloat64List = function();
FileNet.Api.Collection.IFloat64List.createInterface('FileNet.Api.Collection.IFloat64List'); |