Click or drag to resize

VectorStorageTMap2To Method

Maps two storages into a target storage.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Map2To(
	VectorStorage<T> target,
	VectorStorage<T> other,
	Func<T, T, T> f,
	Zeros zeros,
	ExistingData existingData
)

Parameters

target  VectorStorageT
The target storage.
other  VectorStorageT
The other source storage.
f  FuncT, T, T
The mapping function.
zeros  Zeros
Specifies how zero values are treated.
existingData  ExistingData
Specifies how existing target data is handled.
See Also