CoopVec<T, N:int>.replicate
Description
Creates a new cooperative vector with all elements initialized to the specified scalar value.
Signature
static CoopVec<T, N> CoopVec<T, N:int>.replicate(T t) where T : __BuiltinArithmeticType;
Parameters
t : T
The scalar value to replicate across all elements.
Return value
A new cooperative vector where each element equals the input value.