コード例 #1
0
        public float Convert(IDistance distance)
        {
            if (distance == default)
            {
                throw new ArgumentNullException(nameof(distance));
            }

            return(distance.GetHashCode());
        }