Represents a Content Engine property that holds a Float64List object.
A Float64List object is a collection (ordered, non-unique)
of Double (64-bit floating point) values.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
| Visual Basic (Declaration) |
|---|
Public Interface IPropertyFloat64List _
Implements IProperty, ICloneable |
| C# |
|---|
public interface IPropertyFloat64List : IProperty,
ICloneable |
| Visual C++ |
|---|
public interface class IPropertyFloat64List : IProperty,
ICloneable |
| JavaScript |
|---|
FileNet.Api.Property.IPropertyFloat64List = function();
FileNet.Api.Property.IPropertyFloat64List.createInterface('FileNet.Api.Property.IPropertyFloat64List'); |