Skip to content

Combine_uint8_16_32_64

mtbeek32 edited this page Jan 19, 2023 · 4 revisions

Relational functions combine_uint8, combine_uint16, combine_uint32, combine_uint64

syntax

  • combine_uint8(a, b, ... , n)
  • combine_uint16(a, b, ... , n)
  • combine_uint32(a, b, ... , n)
  • combine_uint64(a, b, ... , n)

definition

These functions work in the same way as the combine function, only they result in domain units of respectively uint8, uint16, uint32 or uint64 value types

Clone this wiki locally