Specifies the maximum value for a property that returns a DOUBLE data type.

Namespace:  FileNet.Api.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PropertyMaximumFloat64 As Nullable(Of Double)
C#
Nullable<double> PropertyMaximumFloat64 { get; }
Visual C++
property Nullable<double> PropertyMaximumFloat64 {
	Nullable<double> get ();
}
JavaScript
function get_propertyMaximumFloat64();

ToggleRemarks

ToggleSee Also