OEC Application Programming Interface

DataDomain.DoubleDomain Method (String, Double)

Factory method that creates an instance of DataDomain class.

public static DataDomain DoubleDomain(
   String units,
   Double defaultValue
);

Parameters

units
Measure units for value
defaultValue
Default value

Return Value

Data domain for 64-bit floating-point value

See Also

DataDomain Class | OEC.API.OSM.Info Namespace | DataDomain.DoubleDomain Overload List