Rds Stream.Try Read Object Method
Attempts to read an object from the data stream.
Definition
Namespace: Numerics.NET.Data.R
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
C#
true if an item was read successfully; otherwise false.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.1
protected override bool TryReadObject(
out RObject item
)
Parameters
- item RObject
- On return, the object that was read.
Return Value
Booleantrue if an item was read successfully; otherwise false.