Пример #1
0
 /// <exception cref="OverflowException">number is less than uint_t.MIN</exception>
 public uint_t(int_t number)
     : this(Convert.ToUInt64(number), number.ActualSize)
 {
 }
Пример #2
0
 public ptrdiff_t(int_t number)
 {
     val = number;
 }