--- 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 Differential IDifferentiable.dmul<T>( T SLANG_anonymous_2, Differential SLANG_anonymous_3) where T : __BuiltinRealType;## Generic Parameters #### T: \_\_BuiltinRealType ## Parameters #### SLANG\_anonymous\_2 : [T](dmul.html#typeparam-T) #### SLANG\_anonymous\_3 : Differential Multiplies a scalar value of a built-in real type with a differential value and returns the result.