VectorData Implicit Conversion Operators
Include Protected Members
Include Inherited Members
Converts the value of a type to a VectorData.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
Implicit(array<Byte[] to VectorData) | Converts a byte array to a VectorData. |
![]() ![]() |
Implicit(VectorData to array<Byte[]) | Converts a VectorData to a byte array. |
Top