Represents a Content Engine property that holds a Double (64-bit floating point) value.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyFloat64
    Implements IProperty, ICloneable
C#
public interface IPropertyFloat64 : IProperty, ICloneable
C++
interface class IPropertyFloat64 : IProperty, ICloneable
J#
public interface IPropertyFloat64 implements IProperty, ICloneable
JScript
public interface IPropertyFloat64 extends IProperty, ICloneable

See Also