Sets the observation at the specified index to the specified value.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public abstract void SetValueUnfiltered(
Object value,
int index
)
Public MustOverride Sub SetValueUnfiltered (
value As Object,
index As Integer
)
public:
virtual void SetValueUnfiltered(
Object^ value,
int index
) abstract
abstract SetValueUnfiltered :
value : Object *
index : int -> unit
Parameters
- value
- Type: SystemObject
The new value for the observation. - index
- Type: SystemInt32
The zero-based index of the observation.
Numerical Libraries
Supported in: 5.x, 4.x
Reference