Represents a
collection (ordered, non-unique) of
(64-bit floating point) values. To create an instance of
, call
on the
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 |