| SbNativeArrayT  Conversion (SbNativeArrayT to SbNativeArraySbVec4i32) | 
            Explicit cast operator to convert an native array of 
T to a
            native array of 
SbVec4i32.
            
 
Namespace: OIV.Inventor.GenericAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
Syntaxpublic static explicit operator SbNativeArray<SbVec4i32> (
	SbNativeArray<T> toCast
)
Public Shared Narrowing Operator CType ( 
	toCast As SbNativeArray(Of T)
) As SbNativeArray(Of SbVec4i32)
static explicit operator SbNativeArray<SbVec4i32>^ (
	SbNativeArray<T>^ toCast
)
F# does not support the declaration of new casting operators.
Parameters
- toCast
 - Type: OIV.Inventor.GenericSbNativeArrayT
Native array to convert. 
Return Value
Type: 
SbNativeArraySbVec4i32An instance of SbNativeArray<SbVec4i32>.
Exceptions| Exception | Condition | 
|---|
| InvalidOperationException | If native array to cast is not well known. -or- If size are incompatible. -or- If the source array has been instanciated with a managed array.  | 
See Also