# StructCount

Returns the absolute value of a number

## Method Signature

```
StructCount(value=[any])
```

### Arguments

| Argument | Type  | Required | Description                                | Default |
| -------- | ----- | -------- | ------------------------------------------ | ------- |
| `value`  | `any` | `true`   | The number to return the absolute value of |         |

## Examples

## Related

* [ArrayLen](https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/type/arraylen)
* [GetMetaData](https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/type/getmetadata)
* [Len](https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/type/len)
* [NullValue](https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/type/nullvalue)
* [StringLen](https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/type/stringlen)
