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