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