--- layout: stdlib-reference --- # IDifferentiable\.dadd ## Description Adds two differential values and returns the result. ## Signature
static IDifferentiable.This.Differential IDifferentiable.dadd(
    IDifferentiable.This.Differential SLANG_anonymous_0,
    IDifferentiable.This.Differential SLANG_anonymous_1);

## Parameters #### SLANG\_anonymous\_0 : [IDifferentiable](index.html)\.This\.Differential #### SLANG\_anonymous\_1 : [IDifferentiable](index.html)\.This\.Differential Adds two differential values and returns the result.