# ScalarValue

The `ScalarValue` class contains a scalar value.

## Properties

| Property    | Description                                                                                                                           |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| `lastValue` | <p><code>(get) lastValue: number (set) (Not Available)</code></p><p>Specifies a number representing the last value of the object.</p> |

## Methods

| Method         | Description                                                                                                                                                                                                                                                                                       |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `pinLastValue` | <p><code>pinLastValue(): ConstScalarSignal</code></p><p>Returns a <code>ConstScalarSignal</code> containing a constant value which is the last value of the specified signal before <code>pinLastValue</code> is called. ConstScalarSignal can be passed to a functions which accept numbers.</p> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sparkar-community.gitbook.io/docs/reactivemodule/scalarvalue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
