AngleNFromRadiansTNumeric Method
Namespace: Jodosoft.GeometryAssembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public static AngleN<TNumeric> FromRadians<TNumeric>(
TNumeric radians
)
where TNumeric : struct, new(), INumeric<TNumeric>
Public Shared Function FromRadians(Of TNumeric As {Structure, New, INumeric(Of TNumeric)}) (
radians As TNumeric
) As AngleN(Of TNumeric)
public:
generic<typename TNumeric>
where TNumeric : value class, gcnew(), INumeric<TNumeric>
static AngleN<TNumeric> FromRadians(
TNumeric radians
)
static member FromRadians :
radians : 'TNumeric -> AngleN<'TNumeric> when 'TNumeric : struct, new() and INumeric<'TNumeric>
- radians TNumeric
-
- TNumeric
AngleNTNumeric