Table of Contents

Struct double4x2

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

Constructors

double4x2(double4)

public double4x2(double4 value)

Parameters

value double4

double4x2(double4, double4)

public double4x2(double4 c0, double4 c1)

Parameters

c0 double4
c1 double4

double4x2(double)

public double4x2(double value)

Parameters

value double

double4x2(double, double, double, double, double, double, double, double)

public double4x2(double m00, double m01, double m10, double m11, double m20, double m21, double m30, double m31)

Parameters

m00 double
m01 double
m10 double
m11 double
m20 double
m21 double
m30 double
m31 double

double4x2(in ReadOnlySpan<double4>)

public double4x2(in ReadOnlySpan<double4> values)

Parameters

values ReadOnlySpan<double4>

double4x2(in ReadOnlySpan<double>)

public double4x2(in ReadOnlySpan<double> values)

Parameters

values ReadOnlySpan<double>

Fields

c0

public double4 c0

Field Value

double4

c1

public double4 c1

Field Value

double4

Properties

this[int]

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

Parameters

index int

Property Value

double4

zero

public static double4x2 zero { get; }

Property Value

double4x2

Methods

Equals(double4x2)

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

public readonly bool Equals(double4x2 other)

Parameters

other double4x2

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 +(double4, double4x2)

public static double4x2 operator +(double4 lhs, double4x2 rhs)

Parameters

lhs double4
rhs double4x2

Returns

double4x2

operator +(double4x2, double4)

public static double4x2 operator +(double4x2 lhs, double4 rhs)

Parameters

lhs double4x2
rhs double4

Returns

double4x2

operator +(double4x2, double4x2)

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

Parameters

lhs double4x2
rhs double4x2

Returns

double4x2

operator --(double4x2)

public static double4x2 operator --(double4x2 value)

Parameters

value double4x2

Returns

double4x2

operator /(double4, double4x2)

public static double4x2 operator /(double4 lhs, double4x2 rhs)

Parameters

lhs double4
rhs double4x2

Returns

double4x2

operator /(double4x2, double4)

public static double4x2 operator /(double4x2 lhs, double4 rhs)

Parameters

lhs double4x2
rhs double4

Returns

double4x2

operator /(double4x2, double4x2)

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

Parameters

lhs double4x2
rhs double4x2

Returns

double4x2

operator ==(double4x2, double4x2)

public static bool4x2 operator ==(double4x2 lhs, double4x2 rhs)

Parameters

lhs double4x2
rhs double4x2

Returns

bool4x2

operator >(double4x2, double4x2)

public static bool4x2 operator >(double4x2 lhs, double4x2 rhs)

Parameters

lhs double4x2
rhs double4x2

Returns

bool4x2

operator >=(double4x2, double4x2)

public static bool4x2 operator >=(double4x2 lhs, double4x2 rhs)

Parameters

lhs double4x2
rhs double4x2

Returns

bool4x2

implicit operator double4x2(double4)

public static implicit operator double4x2(double4 value)

Parameters

value double4

Returns

double4x2

implicit operator double4x2(ReadOnlySpan<double4>)

public static implicit operator double4x2(ReadOnlySpan<double4> value)

Parameters

value ReadOnlySpan<double4>

Returns

double4x2

operator ++(double4x2)

public static double4x2 operator ++(double4x2 value)

Parameters

value double4x2

Returns

double4x2

operator !=(double4x2, double4x2)

public static bool4x2 operator !=(double4x2 lhs, double4x2 rhs)

Parameters

lhs double4x2
rhs double4x2

Returns

bool4x2

operator <(double4x2, double4x2)

public static bool4x2 operator <(double4x2 lhs, double4x2 rhs)

Parameters

lhs double4x2
rhs double4x2

Returns

bool4x2

operator <=(double4x2, double4x2)

public static bool4x2 operator <=(double4x2 lhs, double4x2 rhs)

Parameters

lhs double4x2
rhs double4x2

Returns

bool4x2

operator %(double4, double4x2)

public static double4x2 operator %(double4 lhs, double4x2 rhs)

Parameters

lhs double4
rhs double4x2

Returns

double4x2

operator %(double4x2, double4)

public static double4x2 operator %(double4x2 lhs, double4 rhs)

Parameters

lhs double4x2
rhs double4

Returns

double4x2

operator %(double4x2, double4x2)

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

Parameters

lhs double4x2
rhs double4x2

Returns

double4x2

operator *(double4, double4x2)

public static double4x2 operator *(double4 lhs, double4x2 rhs)

Parameters

lhs double4
rhs double4x2

Returns

double4x2

operator *(double4x2, double4)

public static double4x2 operator *(double4x2 lhs, double4 rhs)

Parameters

lhs double4x2
rhs double4

Returns

double4x2

operator *(double4x2, double4x2)

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

Parameters

lhs double4x2
rhs double4x2

Returns

double4x2

operator -(double4, double4x2)

public static double4x2 operator -(double4 lhs, double4x2 rhs)

Parameters

lhs double4
rhs double4x2

Returns

double4x2

operator -(double4x2, double4)

public static double4x2 operator -(double4x2 lhs, double4 rhs)

Parameters

lhs double4x2
rhs double4

Returns

double4x2

operator -(double4x2, double4x2)

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

Parameters

lhs double4x2
rhs double4x2

Returns

double4x2

operator -(double4x2)

public static double4x2 operator -(double4x2 value)

Parameters

value double4x2

Returns

double4x2

operator +(double4x2)

public static double4x2 operator +(double4x2 value)

Parameters

value double4x2

Returns

double4x2