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
The PinSiteData and SiteData methods accept a variety of input types . However, it seems these methods may throw exceptions when the input type is not supported by mathematical operations. Currently, there is no detailed documentation outlining the specific limitations or constraints on the types of inputs that are supported.
Suggestion:
Update the documentation to specify:
The supported input types <T> (e.g., int, float, double, etc.).
What happens when unsupported types are used (e.g., exceptions, fallback mechanisms).
Include examples of valid and invalid input types.
Optionally, provide recommendations or safeguards for users to ensure compatibility with mathematical operations.
The text was updated successfully, but these errors were encountered:
Description:
The PinSiteData and SiteData methods accept a variety of input types . However, it seems these methods may throw exceptions when the input type is not supported by mathematical operations. Currently, there is no detailed documentation outlining the specific limitations or constraints on the types of inputs that are supported.
Suggestion:
Update the documentation to specify:
<T>
(e.g.,int
,float
,double
, etc.).The text was updated successfully, but these errors were encountered: