---
title: MDLAnimatedScalarArray
framework: modelio
role: symbol
role_heading: Class
path: modelio/mdlanimatedscalararray
---

# MDLAnimatedScalarArray

## Declaration

```swift
class MDLAnimatedScalarArray
```

## Topics

### Initializers

- [init(elementCount:)](modelio/mdlanimatedscalararray/init(elementcount:).md)

### Instance Properties

- [doubleArray](modelio/mdlanimatedscalararray/doublearray.md)
- [elementCount](modelio/mdlanimatedscalararray/elementcount.md)
- [floatArray](modelio/mdlanimatedscalararray/floatarray.md)

### Instance Methods

- [doubleArray(atTime:)](modelio/mdlanimatedscalararray/doublearray(attime:).md)
- [floatArray(atTime:)](modelio/mdlanimatedscalararray/floatarray(attime:).md)
- [reset(doubleArray:atTimes:)](modelio/mdlanimatedscalararray/reset(doublearray:attimes:).md)
- [reset(floatArray:atTimes:)](modelio/mdlanimatedscalararray/reset(floatarray:attimes:).md)
- [set(doubleArray:atTime:)](modelio/mdlanimatedscalararray/set(doublearray:attime:).md)
- [set(floatArray:atTime:)](modelio/mdlanimatedscalararray/set(floatarray:attime:).md)

## Relationships

### Inherits From

- [MDLAnimatedValue](modelio/mdlanimatedvalue.md)

### Conforms To

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