Method GetSharedIndexBySourceIndex
GetSharedIndexBySourceIndex(Int32)
Index of shared value associated with an element in the source buffer. For example, given source array: [A,A,A,B,B,C,C,A,B] shared values are: [A,B,C] Given the index 2 into the source array (A), the return value would be 0 (A in shared values).
Declaration
public int GetSharedIndexBySourceIndex(int indexIntoSourceBuffer)
Parameters
Type | Name | Description |
---|---|---|
Int32 | indexIntoSourceBuffer | Index of source value |
Returns
Type | Description |
---|---|
Int32 | Index into the list of shared values |