SbVec4i32ConvertFromT Method |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public static SbVec4i32 ConvertFrom<T>(
T toConvert
)
where T : struct, new()
Public Shared Function ConvertFrom(Of T As {Structure, New}) (
toConvert As T
) As SbVec4i32
public:
generic<typename T>
where T : value class, gcnew()
static SbVec4i32 ConvertFrom(
T toConvert
)
static member ConvertFrom :
toConvert : 'T -> SbVec4i32 when 'T : struct, new()
Parameters
- toConvert
- Type: T
Type Parameters
- T
Return Value
Type:
SbVec4i32See Also