---
title: MPSCNNMultiply
framework: metalperformanceshaders
role: symbol
role_heading: Class
path: metalperformanceshaders/mpscnnmultiply
---

# MPSCNNMultiply

A multiply operator.

## Declaration

```swift
class MPSCNNMultiply
```

## Topics

### Initializers

- [init(device:)](metalperformanceshaders/mpscnnmultiply/init(device:).md)

## Relationships

### Inherits From

- [MPSCNNArithmetic](metalperformanceshaders/mpscnnarithmetic.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Arithmetic Layers

- [MPSCNNAdd](metalperformanceshaders/mpscnnadd.md)
- [MPSCNNAddGradient](metalperformanceshaders/mpscnnaddgradient.md)
- [MPSCNNSubtract](metalperformanceshaders/mpscnnsubtract.md)
- [MPSCNNSubtractGradient](metalperformanceshaders/mpscnnsubtractgradient.md)
- [MPSCNNMultiplyGradient](metalperformanceshaders/mpscnnmultiplygradient.md)
- [MPSCNNDivide](metalperformanceshaders/mpscnndivide.md)
- [MPSCNNArithmetic](metalperformanceshaders/mpscnnarithmetic.md)
- [MPSCNNArithmeticGradient](metalperformanceshaders/mpscnnarithmeticgradient.md)
- [MPSCNNArithmeticGradientState](metalperformanceshaders/mpscnnarithmeticgradientstate.md)
