Skip to content

Function: subtractVol()

ts
function subtractVol(a, b): FloatNeuroVol;

Defined in: src/volume/VolumeOps.ts:55

Element-wise subtraction.

Parameters

a

NeuroVol

b

number | NeuroVol

Returns

FloatNeuroVol

Released under the MIT License.