diffPair
Description
Constructs a DifferentialPair value from a primal value and a differential value.
Signature
DifferentialPair<T> diffPair<T>( T primal, T.Differential diff) where T : IDifferentiable; DifferentialPair<T> diffPair<T>(T primal) where T : IDifferentiable;