Get the Int32Array that represents the int64 value.
()
| 79 | |
| 80 | /** Get the Int32Array that represents the int64 value. */ |
| 81 | get valueArray(): Int32Array { |
| 82 | return this.valueArray_; |
| 83 | } |
| 84 | } |
| 85 | |
| 86 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected