Delegate MappedArray<TMapped, T>.MapFrom
Delegate to abstract mapping implementation for structure mapping.
Namespace: Mars.Common.IO.Mapped.Arrays
Assembly: Mars.IO.dll
Syntax
public delegate TMapped MapFrom(ArrayBase<T> array, long idx);
Parameters
| Type | Name | Description |
|---|---|---|
| ArrayBase<T> | array | |
| System.Int64 | idx |
Returns
| Type | Description |
|---|---|
| TMapped |