|
IdxReaderTryReadValueT Method
|
Reads the next sample as a value.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public bool TryReadValue<T>(
out T value
)
Public Function TryReadValue(Of T) (
<OutAttribute> ByRef value As T
) As Boolean
Request Example
View SourceParameters
- value
- Type: T
Type Parameters
- T
- The data type to be used.
Return Value
Type:
BooleanA single number containing the sample.
See Also