Creates a new annotation of type double.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual Cplex..::..DoubleAnnotation NewDoubleAnnotation( string name ) |
| Visual Basic |
|---|
Public Overridable Function NewDoubleAnnotation ( _ name As String _ ) As Cplex..::..DoubleAnnotation |
Parameters
- name
- Type: System..::..String
Name of the the new annotation.
Remarks
The newly created annotation has a default value of 0L.
Throws ILOG.Concert.Exception if the annotation could not be created.