Show / Hide Table of Contents

Class VectorValue

Represents values consisting of a vector of numbers in the evaluation of DecisionModels.

Inheritance
object
ElementValue
CollectionElementValue
VectorValue
Inherited Members
ElementValue.Type
ElementValue.Create(object, string)
ElementValue.ToCSV(bool, string, string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.DecisionModeler.ValueTypes
Assembly: WMServer.dll
Syntax
public class VectorValue : CollectionElementValue
Remarks

This class wraps around the Vector class from the MathDotNet Numerics package. It is compatible with Vector and Matrix operations from that package.

Constructors

VectorValue()

Declaration
public VectorValue()

VectorValue(Vector<double>)

Declaration
public VectorValue(Vector<double> val)
Parameters
Type Name Description
Vector<double> val

Properties

Value

Gets the Vector object that holds the value of this object.

Declaration
public Vector<double> Value { get; set; }
Property Value
Type Description
Vector<double>
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE