Baseline.Car.PerformanceFiguresGroup.AccelerationGroup.MphMetaAttribute C# (CSharp) Method

MphMetaAttribute() public static method

public static MphMetaAttribute ( MetaAttribute metaAttribute ) : string
metaAttribute MetaAttribute
return string
            public static string MphMetaAttribute(MetaAttribute metaAttribute)
            {
                switch (metaAttribute)
                {
                    case MetaAttribute.Epoch: return "unix";
                    case MetaAttribute.TimeUnit: return "nanosecond";
                    case MetaAttribute.SemanticType: return "";
                }

                return "";
            }