Exemplo n.º 1
0
 static Int32 GetBytesCount(Int64 n)
 {
     return(BinaryWriterX.GetEncodedIntSize(n));
 }