24 lines
569 B
Markdown
24 lines
569 B
Markdown
---
|
|
title: testVectorInt
|
|
description: Tests only. A simple object containing just a vector of numbers
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: testVectorInt
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Tests only. A simple object containing just a vector of numbers
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|value|Array of [int](../types/int.md) | Yes|The vector of numbers|
|
|
|
|
|
|
|
|
### Type: [TestVectorInt](../types/TestVectorInt.md)
|
|
|
|
|