Table of Contents

Struct double2x4

Namespace
Misaki.HighPerformance.Mathematics
Assembly
Misaki.HighPerformance.Mathematics.dll
[NumericType(typeof(double2), 8, 2, 4, "global::Misaki.HighPerformance.Mathematics.double", true, true, typeof(double), null)]
public struct double2x4 : IEquatable<double2x4>
Implements
Inherited Members

Constructors

double2x4(double2)

public double2x4(double2 value)

Parameters

value double2

double2x4(double2, double2, double2, double2)

public double2x4(double2 c0, double2 c1, double2 c2, double2 c3)

Parameters

c0 double2
c1 double2
c2 double2
c3 double2

double2x4(double)

public double2x4(double value)

Parameters

value double

double2x4(double, double, double, double, double, double, double, double)

public double2x4(double m00, double m01, double m02, double m03, double m10, double m11, double m12, double m13)

Parameters

m00 double
m01 double
m02 double
m03 double
m10 double
m11 double
m12 double
m13 double

double2x4(in ReadOnlySpan<double2>)

public double2x4(in ReadOnlySpan<double2> values)

Parameters

values ReadOnlySpan<double2>

double2x4(in ReadOnlySpan<double>)

public double2x4(in ReadOnlySpan<double> values)

Parameters

values ReadOnlySpan<double>

Fields

c0

public double2 c0

Field Value

double2

c1

public double2 c1

Field Value

double2

c2

public double2 c2

Field Value

double2

c3

public double2 c3

Field Value

double2

Properties

this[int]

public ref double2 this[int index] { get; }

Parameters

index int

Property Value

double2

zero

public static double2x4 zero { get; }

Property Value

double2x4

Methods

Equals(double2x4)

Indicates whether the current object is equal to another object of the same type.

public readonly bool Equals(double2x4 other)

Parameters

other double2x4

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Indicates whether this instance and a specified object are equal.

public override readonly bool Equals(object? obj)

Parameters

obj object

The object to compare with the current instance.

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

public override readonly int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

public override readonly string ToString()

Returns

string

The fully qualified type name.

Operators

operator +(double2, double2x4)

public static double2x4 operator +(double2 lhs, double2x4 rhs)

Parameters

lhs double2
rhs double2x4

Returns

double2x4

operator +(double2x4, double2)

public static double2x4 operator +(double2x4 lhs, double2 rhs)

Parameters

lhs double2x4
rhs double2

Returns

double2x4

operator +(double2x4, double2x4)

public static double2x4 operator +(double2x4 lhs, double2x4 rhs)

Parameters

lhs double2x4
rhs double2x4

Returns

double2x4

operator --(double2x4)

public static double2x4 operator --(double2x4 value)

Parameters

value double2x4

Returns

double2x4

operator /(double2, double2x4)

public static double2x4 operator /(double2 lhs, double2x4 rhs)

Parameters

lhs double2
rhs double2x4

Returns

double2x4

operator /(double2x4, double2)

public static double2x4 operator /(double2x4 lhs, double2 rhs)

Parameters

lhs double2x4
rhs double2

Returns

double2x4

operator /(double2x4, double2x4)

public static double2x4 operator /(double2x4 lhs, double2x4 rhs)

Parameters

lhs double2x4
rhs double2x4

Returns

double2x4

operator ==(double2x4, double2x4)

public static bool2x4 operator ==(double2x4 lhs, double2x4 rhs)

Parameters

lhs double2x4
rhs double2x4

Returns

bool2x4

operator >(double2x4, double2x4)

public static bool2x4 operator >(double2x4 lhs, double2x4 rhs)

Parameters

lhs double2x4
rhs double2x4

Returns

bool2x4

operator >=(double2x4, double2x4)

public static bool2x4 operator >=(double2x4 lhs, double2x4 rhs)

Parameters

lhs double2x4
rhs double2x4

Returns

bool2x4

implicit operator double2x4(double2)

public static implicit operator double2x4(double2 value)

Parameters

value double2

Returns

double2x4

implicit operator double2x4(ReadOnlySpan<double2>)

public static implicit operator double2x4(ReadOnlySpan<double2> value)

Parameters

value ReadOnlySpan<double2>

Returns

double2x4

operator ++(double2x4)

public static double2x4 operator ++(double2x4 value)

Parameters

value double2x4

Returns

double2x4

operator !=(double2x4, double2x4)

public static bool2x4 operator !=(double2x4 lhs, double2x4 rhs)

Parameters

lhs double2x4
rhs double2x4

Returns

bool2x4

operator <(double2x4, double2x4)

public static bool2x4 operator <(double2x4 lhs, double2x4 rhs)

Parameters

lhs double2x4
rhs double2x4

Returns

bool2x4

operator <=(double2x4, double2x4)

public static bool2x4 operator <=(double2x4 lhs, double2x4 rhs)

Parameters

lhs double2x4
rhs double2x4

Returns

bool2x4

operator %(double2, double2x4)

public static double2x4 operator %(double2 lhs, double2x4 rhs)

Parameters

lhs double2
rhs double2x4

Returns

double2x4

operator %(double2x4, double2)

public static double2x4 operator %(double2x4 lhs, double2 rhs)

Parameters

lhs double2x4
rhs double2

Returns

double2x4

operator %(double2x4, double2x4)

public static double2x4 operator %(double2x4 lhs, double2x4 rhs)

Parameters

lhs double2x4
rhs double2x4

Returns

double2x4

operator *(double2, double2x4)

public static double2x4 operator *(double2 lhs, double2x4 rhs)

Parameters

lhs double2
rhs double2x4

Returns

double2x4

operator *(double2x4, double2)

public static double2x4 operator *(double2x4 lhs, double2 rhs)

Parameters

lhs double2x4
rhs double2

Returns

double2x4

operator *(double2x4, double2x4)

public static double2x4 operator *(double2x4 lhs, double2x4 rhs)

Parameters

lhs double2x4
rhs double2x4

Returns

double2x4

operator -(double2, double2x4)

public static double2x4 operator -(double2 lhs, double2x4 rhs)

Parameters

lhs double2
rhs double2x4

Returns

double2x4

operator -(double2x4, double2)

public static double2x4 operator -(double2x4 lhs, double2 rhs)

Parameters

lhs double2x4
rhs double2

Returns

double2x4

operator -(double2x4, double2x4)

public static double2x4 operator -(double2x4 lhs, double2x4 rhs)

Parameters

lhs double2x4
rhs double2x4

Returns

double2x4

operator -(double2x4)

public static double2x4 operator -(double2x4 value)

Parameters

value double2x4

Returns

double2x4

operator +(double2x4)

public static double2x4 operator +(double2x4 value)

Parameters

value double2x4

Returns

double2x4