FDGVector2
01 Syntax
Microsoft.VisualBasic.Data.visualize.Network.Layouts.FDGVector2
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| SquaredNorm | 1 | Calculates the squared 2-norm of this instance. |
| Magnitude | 1 | [norm] Calculates the 2-norm of this instance. |
| Normalized | 1 | Returns the normalized vector. |
| GetHashCode | 1 | |
| Equals | 1 | |
| op_Equality | 1 | |
| op_Inequality | 1 | |
| Normal | 1 | |
| Normalize | 1 | |
| SetZero | 1 | |
| SetIdentity | 1 | |
| Zero | 1 | |
| Identity | 1 | |
| Random | 1 | |
| op_Addition | 1 | |
| op_Subtraction | 1 | |
| op_Multiply | 1 | |
| op_Division | 1 |
03 Properties
04 Members
SquaredNorm
Calculates the squared 2-norm of this instance.
Returns
System.Double.
Magnitude
[norm] Calculates the 2-norm of this instance.
Normalized(
Double)Returns the normalized vector.
Parameters
| Name | Type | Description |
|---|---|---|
norm | Double | The norm. |
Returns
Vector.
x
y
GetHashCode()
Equals(
Object)op_Equality(FDGVector2, FDGVector2)
op_Inequality(FDGVector2, FDGVector2)
Normal()
Normalize()
SetZero()
SetIdentity()
Zero()
Identity()
Random(
Int32, Int32)op_Addition(FDGVector2,
Double)op_Subtraction(FDGVector2, FDGVector2)
op_Multiply(FDGVector2,
Double)op_Division(FDGVector2,
Double)