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
SLANG_anonymous_3 : IDifferentiable.This.Differential
Multiplies a scalar value of a built-in real type with a differential value and returns the result.