trait MultiplyTileCollectionMethods[K] extends MethodExtensions[Seq[(K, Tile)]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MultiplyTileCollectionMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: Seq[(K, Tile)]
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
*(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]
Multiply the values of each cell in each raster.
-
def
*(other: Seq[(K, Tile)]): Seq[(K, Tile)]
Multiply the values of each cell in each raster.
-
def
*(d: Double): Seq[(K, Tile)]
Multiply a double constant value from each cell.
-
def
*(i: Int): Seq[(K, Tile)]
Multiply a constant value from each cell.
-
def
*:(d: Double): Seq[(K, Tile)]
Multiply a double constant value from each cell.
-
def
*:(i: Int): Seq[(K, Tile)]
Multiply a constant value from each cell.
-
def
localMultiply(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]
Multiply the values of each cell in each raster.
-
def
localMultiply(other: Seq[(K, Tile)]): Seq[(K, Tile)]
Multiply the values of each cell in each raster.
-
def
localMultiply(d: Double): Seq[(K, Tile)]
Multiply a double constant value from each cell.
-
def
localMultiply(i: Int): Seq[(K, Tile)]
Multiply a constant value from each cell.