Summary
Check if two vectors are nearly equal (numerically).
- Namespace
- Avalonia
- Containing Type
- PixelVector
Syntax
[Pure]
public bool NearlyEquals(PixelVector other)
Attributes
Type | Description |
---|---|
Pure |
Parameters
Name | Type | Description |
---|---|---|
other | PixelVector | The other vector. |
Return Value
Type | Description |
---|---|
bool | True if vectors are nearly equal. |