> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::internal::bounded_int::NegateHelper

A helper trait for negating a `BoundedInt` instance.

## Signature

```rust theme={null}
pub trait NegateHelper
```

## Trait functions

### negate

Negates the given value.

#### Signature

```rust theme={null}
fn negate(self: T) -> NegateHelperResult
```

## Trait types

### Result

The result of negating the given value.

#### Signature

```rust theme={null}
type Result;
```
