Skip to main content

MeasureUnit.FromMeters(Double) Method

Converts a value in meters to the value in the current measure unit.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public double FromMeters(
    double value
)

Parameters

Name Type Description
value Double

A Double value specifying the quantity in meters.

Returns

Type Description
Double

A Double value specifying the quantity in the current measure unit.

See Also