Skip to content

Commit

Permalink
add parsable interfaces to Angle
Browse files Browse the repository at this point in the history
  • Loading branch information
dfkeenan committed Nov 25, 2023
1 parent b2734fe commit c030275
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public readonly struct Angle<T>
, IMultiplyOperators<T, Angle<T>, Angle<T>>
, IModulusOperators<Angle<T>, Angle<T>, Angle<T>>
, ISubtractionOperators<Angle<T>,Angle<T>,Angle<T>>
, IParsable<Angle<T>>
, ISpanParsable<Angle<T>>
where T : IFloatingPointIeee754<T>
{

Expand Down

0 comments on commit c030275

Please sign in to comment.