Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

DifferentialPair<T>.dadd¶

Description¶

Signature¶

static DifferentialPair<T.Differential> DifferentialPair<T>.dadd(
    DifferentialPair<T.Differential> a,
    DifferentialPair<T.Differential> b)
    where T : IDifferentiable;

Parameters¶

a : DifferentialPair<T.Differential>¶

b : DifferentialPair<T.Differential>¶

On this page
  • DifferentialPair<T>.dadd
    • Description
    • Signature
    • Parameters
      • a : DifferentialPair<T.Differential>
      • b : DifferentialPair<T.Differential>