Skip to main content

replicated

Method of BoolArray.

Overloads

NameDescription
replicated(integer factor) -> BoolArrayReplicates the elements of the BoolArray lhs by the specified factors.
replicated(integer rowFactor, integer colFactor) -> BoolArrayReplicates the elements of the BoolArray lhs by the specified factors.

replicated(integer factor) -> BoolArray

Replicates the elements of the BoolArray lhs by the specified factors.

Parameters

  • factor: The factor by which to replicate the vector.

replicated(integer rowFactor, integer colFactor) -> BoolArray

Replicates the elements of the BoolArray lhs by the specified factors.

Parameters

  • rowFactor: The factor by which to replicate the rows.
  • colFactor: The factor by which to replicate the columns.