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

BaseUnitsConverter<T>.Convert(Double[], T, T) Method

Converts an array of type Double from one unit of measurement to another.

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public void Convert(
    double[] values,
    T from,
    T to
)

Parameters

Name Type Description
values Double[]

An array of Double values.

from T

Measurement unit of the source value.

to T

Measurement unit of the target value.

See Also