---
title: "-(_:)"
framework: spatial
role: symbol
role_heading: Operator
path: "spatial/size3dfloat/-(_:)"
---

# -(_:)

Returns a size that’s the element-wise negation of the size.

## Declaration

```swift
static func - (size: Size3DFloat) -> Size3DFloat
```

## Parameters

- `size`: The value.
