  | SparseConstraintCoefficientsAsDoubleVector Method | 
            Method to convert self to a dense vector.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector AsDoubleVector()
Public Function AsDoubleVector As DoubleVector
public:
virtual DoubleVector^ AsDoubleVector() sealed
abstract AsDoubleVector : unit -> DoubleVector 
override AsDoubleVector : unit -> DoubleVector 
Return Value
DoubleVectorThe dense vector representation of self.
Implements
ILinearConstraintCoefficientsAsDoubleVector
See Also