--- layout: stdlib-reference --- # WaveMultiPrefixInclusiveMax ## Description ## Signature
T WaveMultiPrefixInclusiveMax<T>(
T value,
vector<uint, 4> mask)
where T : __BuiltinArithmeticType;
vector<T, N> WaveMultiPrefixInclusiveMax<T, int N>(
vector<T, N> value,
vector<uint, 4> mask)
where T : __BuiltinArithmeticType;
matrix<T, N, M> WaveMultiPrefixInclusiveMax<T, int N, int M>(
matrix<T, N, M> value,
vector<uint, 4> mask)
where T : __BuiltinArithmeticType;
## Generic Parameters
#### T: [\_\_BuiltinArithmeticType](../interfaces/0_builtinarithmetictype-029j/index.html)
#### N : int
#### M : int
## Parameters
#### value : [T](wavemultiprefixinclusivemax-049fo.html#typeparam-T)
#### mask : [vector](../types/vector/index.html)\