Exemplo n.º 1
0
        internal SLNumericPoint Clone()
        {
            SLNumericPoint np = new SLNumericPoint();
            np.NumericValue = this.NumericValue;
            np.Index = this.Index;
            np.FormatCode = this.FormatCode;

            return np;
        }
Exemplo n.º 2
0
        internal SLNumericPoint Clone()
        {
            SLNumericPoint np = new SLNumericPoint();

            np.NumericValue = this.NumericValue;
            np.Index        = this.Index;
            np.FormatCode   = this.FormatCode;

            return(np);
        }