DB
FunctionsType Conversion

reinterpret_as_float64

Reinterprets the first 8 bytes of each input value as IEEE-754 Float64 bits. Numeric inputs fall back to Float64 cast semantics.

reinterpret_as_float64(…) → Float64

Kind · scalar

Reinterprets the first 8 bytes of each input value as IEEE-754 Float64 bits. Numeric inputs fall back to Float64 cast semantics.

Part of the Type Conversion family.