QuadraticEntry Structure

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a <key1, index1, key2, index2, value> quintet.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Structure QuadraticEntry
public struct QuadraticEntry
public value class QuadraticEntry
[<Sealed>]
type QuadraticEntry =  struct end
JScript supports the use of structures, but not the declaration of new ones.

The QuadraticEntry type exposes the following members.

Methods

  Name Description
Public method Equals Returns a value that indicates whether a quadratic entry object is equal to another object. (Overrides ValueType.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns the hash code for a quadratic entry object. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality Returns a value that indicates whether two quadratic entry objects are equal.
Public operatorStatic member Inequality Returns a value that indicates whether two quadratic entry objects are unequal.

Top

Fields

  Name Description
Public field Index1 Represents the first index of a quadratic entry.
Public field Index2 Represents the second index of a quadratic entry.
Public field Key1 Represents the first key of a quadratic entry.
Public field Key2 Represents the second key of a quadratic entry.
Public field Value Represents the value of a coefficient.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SolverFoundation.Services Namespace