Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Prog2-SS2020-Wienkop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uwe Wienkop
Prog2-SS2020-Wienkop
Commits
a8edc16f
Commit
a8edc16f
authored
5 years ago
by
Uwe Wienkop
Browse files
Options
Downloads
Patches
Plain Diff
2020-04-27e
parent
dd44bf6b
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.vs/VSWorkspaceState.json
+1
-0
1 addition, 0 deletions
.vs/VSWorkspaceState.json
.vs/prog2-ss2020-wienkop/v16/.suo
+0
-0
0 additions, 0 deletions
.vs/prog2-ss2020-wienkop/v16/.suo
01OperatorOverloading/Program.cs
+1
-1
1 addition, 1 deletion
01OperatorOverloading/Program.cs
with
2 additions
and
1 deletion
.vs/VSWorkspaceState.json
+
1
−
0
View file @
a8edc16f
...
@@ -5,5 +5,6 @@
...
@@ -5,5 +5,6 @@
"
\\
01Indexer"
,
"
\\
01Indexer"
,
"
\\
01OperatorOverloading"
"
\\
01OperatorOverloading"
],
],
"SelectedNode"
:
"
\\
01Buergeramt
\\
Program.cs"
,
"PreviewInSolutionExplorer"
:
false
"PreviewInSolutionExplorer"
:
false
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.vs/prog2-ss2020-wienkop/v16/.suo
+
0
−
0
View file @
a8edc16f
No preview for this file type
This diff is collapsed.
Click to expand it.
01OperatorOverloading/Program.cs
+
1
−
1
View file @
a8edc16f
...
@@ -9,7 +9,7 @@ namespace _01OperatorOverloading
...
@@ -9,7 +9,7 @@ namespace _01OperatorOverloading
{
{
z
=
Z
;
z
=
Z
;
if
(
N
==
0
)
if
(
N
==
0
)
throw
new
ArgumentNullException
(
"Nenner darf nicht 0 sein!"
);
throw
new
ArgumentNullException
(
"Nenner darf nicht
gleich
0 sein!"
);
n
=
N
;
n
=
N
;
}
}
public
Bruch
(
string
t
)
public
Bruch
(
string
t
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment