SbNativeByteArray Conversion (SbNativeByteArray to SbNativeDoubleArray) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear.compat (in OIV.Inventor.SbLinear.compat.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static explicit operator SbNativeDoubleArray (
SbNativeByteArray objectArray
)
Public Shared Narrowing Operator CType (
objectArray As SbNativeByteArray
) As SbNativeDoubleArray
static explicit operator SbNativeDoubleArray^ (
SbNativeByteArray^ objectArray
)
F# does not support the declaration of new casting operators.
Parameters
- objectArray
- Type: OIV.InventorSbNativeByteArray
Return Value
Type:
SbNativeDoubleArray
See Also