'宣言 Public Shared Function GetIntersection( _ ByVal min1 As System.Double, _ ByVal max1 As System.Double, _ ByVal min2 As System.Double, _ ByVal max2 As System.Double _ ) As System.Double
'使用法 Dim min1 As System.Double Dim max1 As System.Double Dim min2 As System.Double Dim max2 As System.Double Dim value As System.Double value = FC.GetIntersection(min1, max1, min2, max2)
パラメータ
- min1
- max1
- min2
- max2