Example #1
0
            public static TdfDoubleVal Create(string Label, DoubleVal v)
            {
                TdfDoubleVal res = new TdfDoubleVal();

                res.Set(Label, 8);
                res.Value = v;
                return(res);
            }