PySet
Set( x, I )
Creates a Python set from unique elements in «x».
Use PySet(x) when «x» is an Analytica set (has an implicit dimension), or PySet( x, I ) when «x» is an array, where «I» specifies the index to assemble the set over.
Comments
Creates a Python set from unique elements in «x».
Use PySet(x) when «x» is an Analytica set (has an implicit dimension), or PySet( x, I ) when «x» is an array, where «I» specifies the index to assemble the set over.
Enable comment auto-refresher