Rdata Stream.Try Read Symbol Core Method
Attempts to read a named object from the data stream.
Definition
Namespace: Numerics.NET.Data.R
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
A KeyValuePair<TKey, TValue> with the name of the object as the key and its value as the value.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
protected override bool TryReadSymbolCore(
out KeyValuePair<string, RObject> next
)
Parameters
- next KeyValuePair<String, RObject>
Return Value
BooleanA KeyValuePair<TKey, TValue> with the name of the object as the key and its value as the value.