MCPcopy
hub / github.com/sparkjsdev/spark / floatBitsToInt

Function floatBitsToInt

src/dyno/convert.ts:72–73  ·  view source on GitHub ↗
(value: DynoVal<"float">)

Source from the content-addressed store, hash-verified

70): DynoVal<"mat4"> => new Mat4({ value });
71
72export const floatBitsToInt = (value: DynoVal<"float">): DynoVal<"int"> =>
73 new FloatBitsToInt({ value });
74export const floatBitsToUint = (value: DynoVal<"float">): DynoVal<"uint"> =>
75 new FloatBitsToUint({ value });
76export const intBitsToFloat = (value: DynoVal<"int">): DynoVal<"float"> =>

Callers 1

staticBoxFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected