AForge.Math.Geometry.Line.Throw C# (CSharp) Method

Throw() private static method

private static Throw ( float radius ) : void
radius float
return void
		private static void Throw(float radius)
		{
			throw new ArgumentOutOfRangeException("radius" + radius.ToString(), "Must be non-negative");
		}
	}