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

SLANG_anonymous_3 : Differential

Multiplies a scalar value of a built-in real type with a differential value and returns the result.