Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: .NET: BitArray

...

Built-inJava.NETC++
Bitmask(n)BitSetbyte[] (question)BitArray
Int8byte (Byte if nullable)sbyte
Uint8short with range constraintsbyte
Int16short (Short if nullable)short
Uint16int with range constratintsushort
Int32int (Integer if nullable)int
Uint32long with range constratintsuint
Int64long (Long if nullable)long
Uint64BigInteger with range constratintsulong
Floatfloat (Float if nullable)float
Doubledouble (Double if nullable)double
Number([n])BigIntegerBigInteger
DecimalBigDecimaldecimal
UUIDUUIDGuid
StringStringstring
DateLocalDateNodaTime.LocalDate
TimeLocalTimeNodaTime.LocalTime
DatetimeLocalDateTimeNodaTime.LocalDateTime
TimestampDate (Instant?)NodaTime.Instant
Binarybyte[]byte[]

...