DivScalarLat divides each element of the input lattice "Input 1" by the input scalar "Value" and returns the output lattice "Output". DivScalarLat accepts any primitive type for the input lattice; the output lattice will have the same primitive type. Division by zero results in a zero.
Port: Input 1
Type: Lattice
Input lattice data.
Port: Value
Type: Text
Input scalar value.
Port: Output
Type: Lattice
Output data.
SubScalarLat, MultScalarLat, AddScalarLat, DivLat