ILNumerics Ultimate VS

KeyMapperElementType, SubelementTypeMap Method (ElementType, Int32, Int32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Map subelemt - provide fallback on error

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Misc
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public virtual int Map(
	ElementType element,
	int position,
	int fallback
)

Parameters

element
Type: ElementType
Element item
position
Type: SystemInt32
Position of subelement in element item to be mapped
fallback
Type: SystemInt32
If position is out of range, give back fallback

Return Value

Type: Int32
Mapped bucket for subelement or fallback on error
Remarks

[ILNumerics Core Module]

See Also

Reference