Unwrap Option

Meant for debugging purposes, not general use. Unwraps the input value from an Option, returning the default value if the input is None.

Interface

Inputs

ParameterDetailsPossible Types
Input

Primary Input

Option<String>
Option<f64>
Option<u32>
Option<u64>

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
u32
u64
string