--- layout: stdlib-reference --- # IDifferentiable\.dmul ## Description Multiplies a scalar value of a built-in real type with a differential value and returns the result. ## Signature
static IDifferentiable.This.Differential IDifferentiable.dmul<T>(
    T SLANG_anonymous_2,
    IDifferentiable.This.Differential SLANG_anonymous_3)
    where T : __BuiltinRealType;

## Generic Parameters #### T: \_\_BuiltinRealType ## Parameters #### SLANG\_anonymous\_2 : [T](dmul.html#typeparam-T) #### SLANG\_anonymous\_3 : [IDifferentiable](index.html)\.This\.Differential Multiplies a scalar value of a built-in real type with a differential value and returns the result.