Subtract Double (Python)

Example node that subtracts 2 doubles from each other

Installation

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

Inputs

Name

Type

Description

Default

a

double

Input a

0

b

double

Input b

0

Outputs

Name

Type

Description

Default

out

double

The result of a - b