m

Namespace inet

m

class

(no description)

Source code

class m
{
    @existingClass;
    @primitive;
    @fromString(m(string2double($)));
    @toString(unit2string($));
    @defaultValue(m(NaN));
    @toValue(cValue($.get(),"m"));
    @fromValue(m($.doubleValueInUnit("m")));
}
File: src/inet/common/Units.msg