Method Remap
Remap(VtValue, VtValue, int, VtValue)
Declaration
public bool Remap(VtValue source, VtValue target, int elementSize, VtValue defaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| VtValue | source | |
| VtValue | target | |
| int | elementSize | |
| VtValue | defaultValue |
Returns
| Type | Description |
|---|---|
| bool |
Remap(VtValue, VtValue, int)
Declaration
public bool Remap(VtValue source, VtValue target, int elementSize)
Parameters
| Type | Name | Description |
|---|---|---|
| VtValue | source | |
| VtValue | target | |
| int | elementSize |
Returns
| Type | Description |
|---|---|
| bool |
Remap(VtValue, VtValue)
Declaration
public bool Remap(VtValue source, VtValue target)
Parameters
| Type | Name | Description |
|---|---|---|
| VtValue | source | |
| VtValue | target |
Returns
| Type | Description |
|---|---|
| bool |