Click or drag to resize
sqx

VectorN Property

[int] Vector Length

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public SqlInt32 N { get; }

Property Value

Type: SqlInt32
Examples
SQL
declare @V sqx.Vector = sqx.ZeroVector(10)
select @V.N
/*
-----------
10*/
See Also