Property | Type | Description | |
---|---|---|---|
x | double |
Method | Description | |
---|---|---|
InnerProduct ( |
||
OuterProduct ( |
||
ToString ( ) : string | ||
Vector ( double x, double y, double z ) : System | ||
operator ( ) : |
public static InnerProduct ( |
||
a | ||
b | ||
return | double |
public static OuterProduct ( |
||
a | ||
b | ||
return |
public Vector ( double x, double y, double z ) : System | ||
x | double | |
y | double | |
z | double | |
return | System |