VoltDB.ThirdParty.Math.BigDecimal.ToBytes C# (CSharp) Method

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]
        public byte[] ToBytes()
        {
            return this._BigIntegerNumber.GetSerializationBytes();
        }
        public byte[] ToBytes(int scale)

Same methods

BigDecimal::ToBytes ( int scale ) : byte[]