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