![]() | SQXVectorTable Method |
Namespace: sqx
public static IEnumerator VectorTable( Vector V )
declare @V sqx.Vector = sqx.RandomVector(3, 1) select * from sqx.VectorTable(@V) /* ID Value ----------- ---------------------- 1 0.248668584157093 2 0.110743977181029 3 0.467010679872246*/