Sve2.ConvertToSingleOddRoundToOdd Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Numerics::Vector<float> ConvertToSingleOddRoundToOdd(System::Numerics::Vector<float> even, System::Numerics::Vector<double> value);
public static System.Numerics.Vector<float> ConvertToSingleOddRoundToOdd(System.Numerics.Vector<float> even, System.Numerics.Vector<double> value);
static member ConvertToSingleOddRoundToOdd : System.Numerics.Vector<single> * System.Numerics.Vector<double> -> System.Numerics.Vector<single>
Public Shared Function ConvertToSingleOddRoundToOdd (even As Vector(Of Single), value As Vector(Of Double)) As Vector(Of Single)