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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPropertyFloat64 _
	Implements IProperty, ICloneable
C#
public interface IPropertyFloat64 : IProperty, 
	ICloneable
Visual C++
public interface class IPropertyFloat64 : IProperty, 
	ICloneable
JavaScript
FileNet.Api.Property.IPropertyFloat64 = function();
FileNet.Api.Property.IPropertyFloat64.createInterface('FileNet.Api.Property.IPropertyFloat64');

ToggleSee Also