C# Class Accord.Math.Environments.REnvironment.vec

Vector definition operator.
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Свойство Type Description
vector double[]

Méthodes publiques

Méthode Description
operator ( ) : vec

Implements the operator -.

vec ( double values ) : System.CodeDom.Compiler

Initializes a new instance of the vec class.

Method Details

operator() public static méthode

Implements the operator -.
public static operator ( ) : vec
Résultat vec

vec() public méthode

Initializes a new instance of the vec class.
public vec ( double values ) : System.CodeDom.Compiler
values double
Résultat System.CodeDom.Compiler

Property Details

vector public_oe property

Inner vector object
public double[] vector
Résultat double[]