Indicates how the server interpolates data when no boundary value exists (i.e. extrapolating into the future from the last known value).
A value of False indicates that the server will use a SteppedExtrapolation format, and hold the last known value constant.
A value of True indicates the server will project the value using SlopedInterpolation mode. The default value is False.
Namespace: Ico.Data.DataConnectorAssembly: IcoCommonConnectors (in IcoCommonConnectors.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool SlopedExtrapolation { get; set; } |
Visual Basic |
---|
Public Property SlopedExtrapolation As Boolean
Get
Set |
JScript |
---|
function get SlopedExtrapolation () : boolean
function set SlopedExtrapolation (value : boolean) |
See Also