Contents

functionalName

The name of the functional operation this definition implements.

Declaration

var functionalName: String { get }

Discussion

Unlike name, the functional name omits type information and is shared by all definitions that implement the same operation across different types. For example, ND_atan2_float and ND_atan2_vector2 both have the functional name "atan2".

Use this value with definitions(function:inputs:) to find all type variants of an operation.