LinearSolverSensitivityRange Structure

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

Defines a range for a sensitivity report.

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

Syntax

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

The LinearSolverSensitivityRange type exposes the following members.

Methods

  Name Description
Public method Equals Returns a value that indicates whether a sensitivity range is equal to an 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 Gets the hash code for a sensitivity range. (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 Converts a value to its equivalent string representation. (Overrides ValueType.ToString().)

Top

Operators

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

Top

Fields

  Name Description
Public field Current Represents the current value.
Public field Lower Represents the lower bound.
Public field Upper Represents the upper bound.

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