Vector2NTNumericConvertTOther Method

Definition

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

Parameters

convert  FuncTNumeric, TOther
 

Type Parameters

TOther

Return Value

Vector2NTOther

See Also