API Reference > Classes > OdAny Class > OdAny Operators > << Operator > OdAny::<< Operator (OdArray<double> &)
OdAny::<< Operator (OdArray<double> &)
Syntax
C++
void operator <<(const OdArray<double> & val);
Parameters 
Description 
const OdArray<double> & val 
[in] An array of double data type values to be written (right-hand operand of the << operator). 

Writes the array of double data type values into the OdAny object.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.