MobileTrack Nexus Documentation
C#
Show/Hide TOC
Converter
Extensions
Read
Float
Array Method
Reads a float array from the reader.
Definition
Namespace:
MobileTrack.Common.Services.JsonConverters
Assembly:
MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
internal
static
float
[]
ReadFloatArray
(
ref
Utf8JsonReader
reader
)
Parameters
reader
Utf8JsonReader
The reader to read from.
Return Value
Single
Read float array
Exceptions
JsonException
Thrown if the reader is not at the start of a list.
See Also
Reference
ConverterExtensions Class
MobileTrack.Common.Services.JsonConverters Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also