AARectangleNTNumericConvertTOther Method
Namespace: Jodosoft.GeometryAssembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public AARectangleN<TOther> Convert<TOther>(
Func<TNumeric, TOther> convert
)
where TOther : struct, new(), INumeric<TOther>
Public Function Convert(Of TOther As {Structure, New, INumeric(Of TOther)}) (
convert As Func(Of TNumeric, TOther)
) As AARectangleN(Of TOther)
public:
generic<typename TOther>
where TOther : value class, gcnew(), INumeric<TOther>
AARectangleN<TOther> Convert(
Func<TNumeric, TOther>^ convert
)
member Convert :
convert : Func<'TNumeric, 'TOther> -> AARectangleN<'TOther> when 'TOther : struct, new() and INumeric<'TOther>
- convert FuncTNumeric, TOther
-
- TOther
AARectangleNTOther