NumericVector {Microsoft.VisualBasic.Text.Xml.Models} .NET clr documentation

NumericVector

Description

A double type numeric sequence container

Declare

            
# namespace Microsoft.VisualBasic.Text.Xml.Models
export class NumericVector {
   # The vector length for counting the elements in NumericVector.vector property.
   Length: integer;
   # 可以用这个属性来简单的标记这个向量所属的对象名称
   name: string;
   # 存储于XML文档之中的数据向量
   vector: double;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]