• Slang Standard Library Reference
    • Interfaces
      • IArithmetic
      • IArithmeticAtomicable
      • IArray
      • IAtomicable
      • IBitAtomicable
      • IBufferDataLayout
      • IComparable
      • IDefaultInitializable
      • IDiffTensorWrapper
      • IDifferentiable
        • dadd
        • dmul
        • dzero
      • IDifferentiableFunc
      • IDifferentiableMutatingFunc
      • IDifferentiablePtrType
      • IFloat
      • IFunc
      • IInteger
      • ILogical
      • IMutatingFunc
      • IOpaqueDescriptor
      • IPhysicalBuffer
      • IRWArray
      • IRWPhysicalBuffer
      • IRangedValue
      • ITexelElement
      • __BuiltinArithmeticType
      • __BuiltinFloatingPointType
      • __BuiltinIntegerType
      • __BuiltinLogicalType
      • __ITextureShape
      • __ITextureShape1D2D3D
    • Types
    • Attributes
    • Global Declarations

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.