CombineLayers.mul

Multiplies the vlaues of each layer

template CombineLayers(uint D)
@safe pure
double
mul
(
L...
)
(
lazy L args
)
if (
D > 0 &&
D < 5
)

Parameters

args
Type: L

var length arguments - slice 0..D is the values for the dimensions - D..$ is the slice with the layers - they can be double or instance of layer

Meta