Greetings, My code needs to be able to apply a given filter to any number type (short, long float etc.) Is there a more elegant solution other than instantiating each supported case? This could get ugly pretty quickly considering 8 number types in each supported dimensions. TIA, AG