| layout | stdlib-reference |
|---|
Constructs a DifferentialPair value from a primal value and a differential value.
DifferentialPair<T> diffPair<T>( T primal, T.Differential diff) where T : IDifferentiable; DifferentialPair<T> diffPair<T>(T primal) where T : IDifferentiable;