You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public static Area FromDiameter(Length diameter)
{
return Math.PI * diameter * diameter / 4;
}
I was hesitant to suggest this before but I saw similar functions for PowerRatio which uses some kind of computation to convert from one unit to another.