[]
Configurates InterpolateNulls. Sets a value that determines whether to interpolate null values in the data.
public TBuilder InterpolateNulls(bool value)
Public Function InterpolateNulls(value As Boolean) As TBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |