Qurak
ドキュメント
料金
サインイン
Qurak
ドキュメント
関数
RotateLeft
RotateLeft
利用可能
Rotates list elements to the left.
形式
RotateLeft[expr, n]
RotateLeft[expr]
RotateLeft[expr, {n1, n2, …}]
検証済みの例
RotateLeft[{1, 2, 3, 4, 5}] → {2, 3, 4, 5, 1}
RotateLeft[{a, b, c, d}, 2] → {c, d, a, b}
RotateLeft[{1, 2, 3}, 0] → {1, 2, 3}
Qurakで実行
リファレンスを検索
使用箇所
Combine and rearrange lists
- 15 ステップ
トピック
Parts Of Matrices
- Symbolic Matrices
Rearranging And Restructuring Lists
- Sequence-Oriented Operations
Summary Of New Features In150
- GPUArray Support
Summary Of New Features In150
- GPUArray Support
関連
RotateRight
Reverse
PadLeft
BitShiftLeft
ArrayPad
ArrayReshape
Flatten
Partition
Join
Transpose
AlphabeticSort
ArrayFilter
← RotateLabel
RotateRight →
全 6300 関数
·
MCPクライアントから使う