To Uint64#

Converts the given input to a 64 bit unsigned integer of the same shape. Negative integers are converted by adding them to 2’*’’*’64, decimal numbers are truncated.

Installation#

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs#

Name

Type

Description

Default

value (value)

bool, int, uint, int64, float, double, half, uchar, bool[], int[], uint[], int64[], float[], double[], half[], uchar[]

The numeric value to convert to uint64

Outputs#

Name

Type

Description

Default

Uint64 (converted)

uint64, uint64[]

Converted output