AARectangleNTNumericConvertTOther Method

Definition

Namespace: Jodosoft.Geometry
Assembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public AARectangleN<TOther> Convert<TOther>(
	Func<TNumeric, TOther> convert
)
where TOther : struct, new(), INumeric<TOther>

Parameters

convert  FuncTNumeric, TOther
 

Type Parameters

TOther

Return Value

AARectangleNTOther

See Also