ITermValue<TTermValue>.SetValue(TTermValue, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of the Hamiltonian term.
public TTermValue SetValue (TTermValue setThis, int sign);
abstract member SetValue : 'ermValue * int -> 'ermValue
Public Function SetValue (setThis As TTermValue, sign As Integer) As TTermValue
Parameters
- setThis
- TTermValue
Desired value of term.
- sign
- Int32
Multiply the applied value by this parameter.
Returns
- TTermValue