SparseWeight8.InterpolateLinear

SparseWeight8.InterpolateLinear method

Interpolates Linearly x with y an amount. If there’s more than 8 non zero result values, the 8 most representative values are taken.

public static SparseWeight8 InterpolateLinear(ref SparseWeight8 x, ref SparseWeight8 y, 
    float amount)
ParameterTypeDescription
xSparseWeight8&The first operand.
ySparseWeight8&The second operand.
amountSingleThe amount of y

Return Value

A new SparseWeight8

See Also