Skip to main content
A newer version of this page is available. .

IPivotCustomSummaryValue.FromDouble(Double) Method

Converts double values to custom objects.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

object FromDouble(
    double value
)

Parameters

Name Type Description
value Double

A Double value to be converted.

Returns

Type Description
Object

A custom object.

Remarks

The FromDouble method specifies how to convert double values to custom objects and allows you to display filter values within a range selector in the required way.

See Also