Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

value
Type: T

Type Parameters

T
The data type to be used.

Return Value

Type: Boolean
A single number containing the sample.
See Also